cursor.cursor - multiple declarations
- Function cursor.cursor
- Function cursor.cursor
Function cursor.cursor
Prototype
auto cursor(T)(
auto ref T parser
)
if (isLowLevelParser!T);
Function cursor.cursor
Prototype
auto cursor(T, EH)(
auto ref T parser,
EH errorHandler
)
if (isLowLevelParser!T);
Authors
Lodovico Giaretta
Copyright
Copyright Lodovico Giaretta 2016 --