Name sparse_array
Definition sparse_array(T:type) : type
Example A:var(sparse_array(int)).
init_sparse_array(A)
Defined in sparray.l
Implementation icode
Description Type for a sparse array containing the specified base type.
See Also [], init_sparse_array, destroy_sparse_array.
Note Variables of type sparse_array() must be initialised before use using the function init_sparse_array. They must not be passed as val parameters.