ReadableStringSlice Type
A string slice that can be read as input by the parser.
Constructors
| Constructor | Description |
Full Usage:
ReadableStringSlice(s, start, length)
Parameters:
string
start : int
length : int
Returns: ReadableStringSlice
|
|
Instance members
| Instance member | Description |
Full Usage:
this[index]
Parameters:
int
Returns: char
|
|
Full Usage:
this.Length
Returns: int
|
|
|
|
|
|
Full Usage:
this.TryItem
Parameters:
int
Returns: char voption
|
|