[][src]Type Definition lang_extension::ops::function::BiPredicate

type BiPredicate<V, V2> = Arc<Box<dyn Fn(V, V2) -> bool>>;