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