[][src]Function rustils::array::index_of

pub fn index_of<T: Ord + Copy>(ary: &[T], search: &T) -> usize