Parser.goToBookmark

Goes back to a parser bookmark and optionally invalidates it.

class Parser
protected final pure nothrow @safe @nogc
void
goToBookmark
(,
bool popStack = true
)

Parameters

bookmark Bookmark

bookmark to revert to

popStack bool

if set to true, the bookmark is cleared, otherwise it must be manually cleared using abandonBookmark.

Meta