pub type SafeBool<F> = SafeType<F, { _ }, TOTAL_BITS>;
Expand description

SafeType for bool.