Function TokenIterator.skipUntilType

Skip until a token with a certain type is reached

ref TokenIterator skipUntilType (
  string type
) return pure nothrow @nogc @safe;