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