pub fn is_low_surrogate(u: u32) -> bool
__ecma
__utils
Returns true if u is a low surrogate (in the range 0xDC00..=0xDFFF).
u