Trait nekolib_doc::algo::bisect::Bisect
source · pub trait Bisect {
type Input;
type Output;
// Required method
fn bisect(&self, pred: impl Fn(&Self::Input) -> bool) -> Self::Output;
}
Required Associated Types§
Required Methods§
Object Safety§
This trait is not object safe.