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