Function is_low_surrogate

pub fn is_low_surrogate(u: u32) -> bool
Available on crate features __ecma and __utils only.
Expand description

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