CharStream.match

Matches single char

  1. bool match(R str)
  2. bool match(dchar chr)
  3. bool match()
    struct CharStream(R)
    bool
    match
    (
    alias pred
    )
    ()
    if (
    isForwardRange!R &&
    is(ElementType!R : dchar)
    )

Meta