1 2 3 4 5 6 7 8 9 10 11 12
//! <https://en.wikipedia.org/wiki/Star_height> use unconst::unconst; use crate::repr::Repr; use crate::traits::Integral; #[unconst] pub const fn hei<I: ~const Integral>(repr: &Repr<I>) -> usize { match self { } }