1 2 3 4 5 6 7
pub(crate) const fn bool<const B: bool>() -> bool { B } pub(crate) const fn usize<const N: usize>() -> usize { N }