cursor

Instantiates a specialized Cursor with the given underlying parser and the given error handler (defaults to an error handler that just asserts 0).

template cursor(Flag!"conflateCDATA" conflateCDATA = Yes.conflateCDATA)
@safe
cursor
(
T
)
(
auto ref T parser
)

Members

Functions

cursor
auto cursor(T parser)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta