//! Searching a sorted table of code point ranges.
//!
//! Both generated Unicode tables in this crate are the same shape, being a
//! list of inclusive ranges that is sorted and does not overlap, so both ask
//! the same question of it.
/// Whether `cp` falls in one of the ranges.
pub