Function is_low_surrogate

Source
pub fn is_low_surrogate(u: u32) -> bool
Expand description

Returns true if u is a low surrogate (in the range 0xDC00..=0xDFFF).