Trait malachite_base::num::conversion::traits::HasHalf
source · pub trait HasHalf {
type Half;
}
Expand description
Associates with Self
a type that’s half Self
’s size.
pub trait HasHalf {
type Half;
}
Associates with Self
a type that’s half Self
’s size.