//! Shared Unicode case folding for comparisons controlled by `match_case`.
/// Iterates the Unicode default simple fold of `value` without normalization
/// or multi-code-point expansion, matching the regex engine's Unicode mode.
pub + '_
/// Compares two strings under Unicode default simple case folding without
/// allocating folded copies.
pub