Returns row 0
Vector4 get row0 => getRow(0);
Sets row 0 to arg
arg
set row0(Vector4 arg) => setRow(0, arg);