EveryIndexed<E> extension
Extension to add everyIndexed method to List.
- on
-
- List<
E>
- List<
Methods
-
everyIndexed(
bool test(int index, E value)) → bool -
Available on List<
Returns true if every element in the list satisfies theE> , provided by the EveryIndexed extensiontest
function.