parsingStream

This class takes a string and lets you perform simple matching operations to help in writing simple parsers and keep your code readable.

  1. struct ParsingStream(T = char)
  2. ParsingStream!char parsingStream(string content = "")
    parsingStream
    (
    string content = ""
    )

Meta