A destructor is present on this object, but not explicitly documented in the source.
A postblit is present on this object, but not explicitly documented in the source.
Same as !(x.empty), provided for its convenience in conditional statements.
Functionality for processing subsequent matches of global regexes via range interface:
Same as .front, provided for compatibility with original std.regex.
Test if this match object is empty.
Functionality for processing subsequent matches of global regexes via range interface:
Shorthands for front.pre, front.post, front.hit.
Shorthands for front.pre, front.post, front.hit.
A regex engine state, as returned by match family of functions.
Effectively it's a forward range of Captures!R, produced by lazily searching for matches in a given input.