pub fn upper_level_by_name(name: &str) -> Option<&'static Level>Expand description
The &'static Level for an UPPER-band level name, or None for the lower band (which the
3-value ceiling already handles) or an unknown name. The caller passes the CANONICAL name
(legacy aliases already resolved).