Function regex_syntax::hir::class_bytes
source ยท fn class_bytes(hirs: &[Hir]) -> Option<Class>
Expand description
Given a sequence of HIR values where each value corresponds to a byte class (or an all-ASCII Unicode class), return a single byte class corresponding to the union of the classes found.