Next: dynamic arrays access, Previous: dynamic arrays objects, Up: dynamic arrays [Index]
The following syntactic bindings are exported by the library
(vicare containers dynamic-arrays). The syntactic bindings whose name
is prefixed with $ are unsafe operations: they do not
validate their arguments before accessing them.
Return #t if arry is empty; otherwise return #f.
Return #t if arry is not empty; otherwise return
#f.
Return a non–negative fixnum representing the number of objects in arry.
Aliases for dynamic-array-length and
$dynamic-array-length.