ReadableArray<'T> Type
An array slice that can be read as input by the parser.
Constructors
| Constructor | Description |
|
|
Full Usage:
ReadableArray(arr, start, length)
Parameters:
'T array
start : int
length : int
Returns: ReadableArray<'T>
|
|
Instance members
| Instance member | Description |
|
|
|
|
|
|
Full Usage:
this.IsEmpty
Returns: bool
|
|
Full Usage:
this[index]
Parameters:
int
Returns: 'T
|
|
Full Usage:
this.Length
Returns: int
|
|
|
|
|
|
Full Usage:
this.TryItem
Parameters:
int
Returns: 'T voption
|
|
Static members
| Static member | Description |
|
|