MatchImpl.matched

Source matched by the result. In case of failure, this is an empty range, but matched.source can still be used, and will contain the source range starting at the point of the match start.

struct MatchImpl(Input, alias supply, Ts...)
Take!Input matched;

Meta