eps

eps matches the empty string (usually denoted by the Greek letter 'epsilon') and always succeeds. It's equivalent to literal!"" (for example, it creates a match of [""]: one match, the empty string).

  1. ParseTree eps(ParseTree p)
    @safe pure nothrow
    eps
  2. ParseTree eps(string input)
  3. string eps(GetName g)

Meta