the prototype object for all kind of arrays
An can have any number of dimensions.
The size of each dimension is specified on creation.
Updates to array elements are delayed until the next read access.
There are methods to operate on the array as a whole.
std_types::object | the prototype object for all "normal" objects |
std::is_an_array | obvious |
std::for_each | iterates over all items of the array |
std::map_reduce | combines a map and a reduce operation into a single operation |