- array lst #!key dtypeprocedure
Main array creation procedure. Currently synonymous to list->array*.
Similar: numpy.array
- lst
- An array-like list, with dimensions specified by nesting.
- dtype
- An SRFI-179 storage class. Any list containing bignums, ratnums, or non-numerical scheme objects is converted into a gen array. Otherwise, the most appropriate of s64, f64, or c128 is chosen.