Map, Filter and Reduce
Swift
19 Jan 2022
Map, filter and reduce allow you to manipulate sequences. You iterate of a list of items and perform an action on each of those items.
Swift
19 Jan 2022
Map, filter and reduce allow you to manipulate sequences. You iterate of a list of items and perform an action on each of those items.