public static int FindIndex<T>( this IEnumerable<T> src, Func<T, bool> predicate )
MIT License Copyright(c) 2019 kameske