EveryIndexed<E> extension

Extension to add everyIndexed method to List.

on

Methods

everyIndexed(bool test(int index, E value)) bool

Available on List<E>, provided by the EveryIndexed extension

Returns true if every element in the list satisfies the test function.