public int FindIndex(Func <T, bool> predicate) { return(UnsafeArray.FindIndex <T>(m_inner, predicate)); }