Array access
Begin an array initialization.
|
|
Check whether an index tuple of an array is valid.
|
|
Release the sorted index table of a hashmap array.
|
|
Compare two index tuples.
|
|
Delete an array entry.
|
|
Terminate an array initialization.
|
|
Check whether a given entry in a sparse array has been created.
|
|
Get the number of dimensions of an array.
|
|
Get the index sets of an array.
|
|
Get the size of an array.
|
|
Get the type of an array.
|
|
Get the value of an array entry.
|
|
Get the list of indices of the first entry of an array.
|
|
Get the list of indices of the first true entry of an array.
|
|
Get the list of indices of the last entry of an array.
|
|
Get the list of indices of the next entry of an array.
|
|
Get the list of indices of the next true entry of an array.
|
|
Set the value of an array entry.
|