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
|
|