int/int_iterable_extensions library

Extensions

IntIterableExtensions on Iterable<int>
NOTE: Dart’s type system doesn’t consider int to be a subtype of Comparable<int>, even though int does implement Comparable<num>