abstract_array
container.abstract_array
Type Parameters
Functions
group the elements of this sequence by a key of type K
f determines the key of an element
f determines the key of an element
0.099dev (GIT hash 02118e9cbed77f3897084a4a507da3f11ac8881e)
This provides basic functionality that an array should provide based on `index[i]`
and `length` that have to be provided by children of `abstract_array`.