Parser.chain

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

Meta