balanced

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto balanced(C left, C right, bool keepPair)
  2. auto balanced(Parser!(B, S) left, Parser!(B, S) right, bool keepPair)
    balanced
    (
    B
    S = string
    )
    (
    Parser!(B, S) left
    ,
    Parser!(B, S) right
    ,
    bool keepPair = false
    )
    if (
    isSomeString!S
    )

Meta