Signature: vector<int, 2>(matrix mat, i32 index)
See parent issue for more context
Additionally, test
The valid range of Index is [0, Length()-1]. If the value of Index is out of range, then the result value is UINT32_MAX.xx.
and
The x component of the result value represents the row vector, and the y component is the column in that row.
Signature:
vector<int, 2>(matrix mat, i32 index)See parent issue for more context
Additionally, test
and