Some methods like sum, average can be moved from ArrayExtensions to CollectionExtensions, this will make them accessible for other Collection types as well.
Hey @omaralbeik I think some extension also can be moved to Sequence instead of Collection.
For example: count(where:) and forEachReversed() I think could be on Sequence.
Most helpful comment
Hey @omaralbeik I think some extension also can be moved to Sequence instead of Collection.
For example:
count(where:)andforEachReversed()I think could be on Sequence.