Indexable <T, Index>
Hierarchy
- Indexable
Index
Indexable
indexType
Index type
at
Returns the value at the index
indexOf
Returns the integer index of a value
range
Returns an Iterable starting from
starttoend. Ifstartorendis not in range then returns an empty iterable.
rangeSize
Returns the size of a range. If
startorendis not in range then returns 0.
A type Indexable is a type with values that can be indexed by a number.