ParserInfo.convert

Take a range of character ranges or a range of ranges of character ranges and converts it to an associative array that the internal parser info methods can use.

Use this method in order to override the default parser info field values. See the example on the parse.

class ParserInfo
static
int[string]
convert
(
Range
)
(
Range list
)
if (
isInputRange!Range &&
isSomeChar!(ElementEncodingType!(ElementEncodingType!(Range)))
||
isSomeChar!(ElementEncodingType!(ElementEncodingType!(ElementEncodingType!(Range))))
)

Parameters

list
Type: Range

a range of character ranges

Return Value

Type: int[string]

An associative array of ints accessed by strings

Meta