Parser.any

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Group any(ThisParser other, bool prepend)
    class Parser(B, S = string)
    Group
    any
    (
    ThisParser other
    ,
    bool prepend
    )
    if (
    isSomeString!S
    )
  2. Group any(Group other, bool prepend)

Meta