MatchImpl.this

Match succeeded, but pass the data directly instead of calling supply. Useful for altering existing matches.

  1. this(Input source, size_t consumed, Ts values, string filename, size_t line)
  2. this(Take!Input matched, Data data, Ts values, string filename, size_t line)
    struct MatchImpl(Input, alias supply, Ts...)
    nothrow pure @safe @nogc
    this
    (
    Take!Input matched
    ,,,
    string filename = __FILE__
    ,
    size_t line = __LINE__
    )

Meta