except

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto except(Parser!(B, S) main, Parser!(B, S) onException)
    except
    (
    E
    B
    S = string
    )
    (
    Parser!(B, S) main
    ,)
    if (
    isSomeString!S
    )
  2. auto except(Parser!(B, S) main)

Meta