Function regex_syntax::hir::singleton_chars
source ยท fn singleton_chars(hirs: &[Hir]) -> Option<Vec<char>>
Expand description
Given a sequence of HIR values where each value corresponds to a literal
that is a single char
, return that sequence of char
s. Otherwise return
None. No deduplication is done.