pub type Regex = RegexBuf<DEFAULT_NODES, DEFAULT_CCL, DEFAULT_MEMO>;Expand description
Regex with the default node and character-class buffer sizes (32 nodes, 64-byte CCL,
256-byte memo table).
This is the common-case type. For non-default sizes use RegexBuf<N, CCL, MEMO> directly.
Aliased Typeยง
pub struct Regex { /* private fields */ }