Parser.goToBookmark
void goToBookmark(Bookmark bookmark, bool popStack = true) pure nothrow @safe @nogcGoes back to a parser bookmark and optionally invalidates it.
Parameters
bookmark | bookmark to revert to |
popStack | if set to true, the bookmark is cleared, otherwise it must be manually cleared using abandonBookmark. |