8.16.0.4
3 List functions
The list data type is identical to the one used in racket, but malt provides functions to access members of the list in the presence of automatic differentiation.
Returns the i’th member of lst.
Returns the remaining members in lst after removing
the first n members. This is equivalent to drop.
Returns the number of members in lst.