pub fn clear_shiftstate()Expand description
Port of clear_shiftstate() from Src/pattern.c:327. C uses
mbstate_t; Rust char is already a code point, so no shift
state to clear.
pub fn clear_shiftstate()Port of clear_shiftstate() from Src/pattern.c:327. C uses
mbstate_t; Rust char is already a code point, so no shift
state to clear.