Function icu_collections::codepointinvlist::utils::is_valid_zv
source ยท pub fn is_valid_zv(inv_list_zv: &ZeroVec<'_, u32>) -> bool
Expand description
Returns whether the vector is sorted ascending non inclusive, of even length,
and within the bounds of 0x0 -> 0x10FFFF + 1
inclusive.