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)
    balanced
    (
    B
    C = char
    )
    (,,
    bool keepPair = false
    )
    if (
    isSomeChar!C
    )
  2. auto balanced(Parser!(B, S) left, Parser!(B, S) right, bool keepPair)

Meta