Constant regex::dfa::STATE_MATCH[][src]

const STATE_MATCH: u32 = 1 << 29

A match state means that the regex has successfully matched.

Note that match states have their lower bits set to a state pointer.