regex_syntax::unicode

Type Alias Range

Source
type Range = &'static [(char, char)];
Expand description

An inclusive range of codepoints from a generated file (hence the static lifetime).