HomeManualTopicsTypesSymbols

std_types::generic_array

the prototype object for all kind of arrays

Description

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.

Topic

Collections

Derived from

std_types::object the prototype object for all "normal" objects

See also

std_types::array an array of objects
std_types::boolean_array
std_types::character_array
std_types::int8_array
std_types::uint8_array
std_types::int16_array
std_types::uint16_array
std_types::int32_array
std_types::uint32_array
std_types::int64_array
std_types::uint64_array

Supported polymorphic functions

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