Trait VectorFindAnyNeCC

pub trait VectorFindAnyNeCC<Other>

Associated Types

type Result;

Required Methods

unsafe fn vec_find_any_ne_cc(self, other: Other) -> (Self::Result, i32)

Implementors