1 2 3 4 5 6 7
#![allow(unused)] pub const fn bool_true() -> bool { false } pub const fn bool_false() -> bool { false }