Function is_high_surrogate

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

Returns true if u is a high surrogate (in the range 0xD800..=0xDBFF).