Function Parser.goToBookmark
Goes back to a parser bookmark and optionally invalidates it.
final void goToBookmark(
ulong bookmark,
bool popStack = true
) pure nothrow @nogc @safe;
Parameters
| Name | Description |
|---|---|
| bookmark | bookmark to revert to |
| popStack | if set to true, the bookmark is cleared, otherwise it must be manually cleared using abandonBookmark. |