Clamps Dictionary
array-slice
Function
(array-slice arr row-idx)
Return the row with index row-idx of a 2-dimensional array as 1-dimensional array, sharing the same data structure by utilizing Common Lisp's displaced array functionality.
Arguments
arr |
2-dimensional Array. |
row-idx |
Non Negative Integer denoting the Index of the row to return. |
Created: 2025-02-18 Di 12:58