LazyMapArraySlice
Lazily mapped slice of an underlying array.
- Type Params
- T
-
type of the array's items
- Note
- Truly immutable only if an underlying array kept private, or if detached.
- Companion
- object
Document{}
Returns iterator over Slice indexes of values fulfilling the predicate, in the reverse order.
- Inhertied from
- Slice
Returns iterator over Slice values fulfilling the predicate, in the reverse order.
- Inhertied from
- Slice
Type members
Types
Value members
Methods
Lazily composes mapping function and returns new Slice.
Does not modify nor copy underlying array.
Does not modify nor copy underlying array.
- Definition Classes