Type Definition halo2_base::safe_types::SafeBool
source · [−]pub type SafeBool<F> = SafeType<F, { _ }, TOTAL_BITS>;Expand description
SafeType for bool.
pub type SafeBool<F> = SafeType<F, { _ }, TOTAL_BITS>;SafeType for bool.