Overview Clamps Packages CM Dictionary Clamps Dictionary Fomus
Next: asparion , Previous: arpeggize , Up: A , Home: Overview

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.

Author: Orm Finnendahl

Created: 2026-01-07 Mi 11:50

Validate