ReadableResizeArraySlice<'T> Type
A ResizeArray slice that can be read as input by the parser.
Constructors
| Constructor | Description |
Full Usage:
ReadableResizeArraySlice(arr, start, length)
Parameters:
ResizeArray<'T>
start : int
length : int
Returns: ReadableResizeArraySlice<'T>
|
|
Instance members
| Instance member | Description |
Full Usage:
this[index]
Parameters:
int
Returns: 'T
|
|
Full Usage:
this.Length
Returns: int
|
|
Full Usage:
this.Slice
Parameters:
int
newLength : int
Returns: ReadableResizeArraySlice<'T>
|
|
|
|
Full Usage:
this.TryItem
Parameters:
int
Returns: 'T voption
|
|