0
kicks
Extension Methods Roundup: IndicesWhere, TakeEvery, Distinct
IndicesWhere: Gets the indices where the predicate is true.
TakeEvery: Take items from 'startAt' every at 'hopLength' items.
Distinct: Gets distinct items by a comparer delegate
and Gets distinct items by comparer and hasher delegates (faster than only comparer).