Type Alias regex_syntax::unicode::Range

source ยท
type Range = &'static [(char, char)];
Expand description

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