ReadableImmutableArraySlice<'T> Type
An immutable array slice that can be read as input by the parser.
Constructors
Constructor | Description |
Full Usage:
ReadableImmutableArraySlice(arr, start, length)
Parameters:
ImmutableArray<'T>
start : int
length : int
Returns: ReadableImmutableArraySlice<'T>
|
|