Trait nekolib::math::FractionBisect
source · pub trait FractionBisect: Sized + SbInt {
// Provided method
fn fraction_bisect(
self,
pred: impl Fn(Self, Self) -> bool
) -> ((Self, Self), (Self, Self)) { ... }
}