PossibleArraytype
ImmutableArray<T> | Iterable<T>
| Type | |
|---|---|
ImmutableArray | Immutable array: an array that cannot be changed. |
Iterable |
Things that can be converted to arrays.
ImmutableArray<T> | Iterable<T>
| Type | |
|---|---|
ImmutableArray | Immutable array: an array that cannot be changed. |
Iterable |
Things that can be converted to arrays.