You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a matrix in the DB, And I would like to return a Array 2D type. But as far as I know, I just can return a simple array, but not an array 2x2. This is the Cell type
typeCell {
row: number,
col: number,
}
I can return it as an array of Cell, but I don't know if is possible to return a Array 2D like this one:
Versions:
Question:
I have a matrix in the DB, And I would like to return a Array 2D type. But as far as I know, I just can return a simple array, but not an array 2x2. This is the
Cell
typeI can return it as an array of Cell, but I don't know if is possible to return a Array 2D like this one:
The text was updated successfully, but these errors were encountered: