Higher Order Functions in Swift 2

Anthony Levings: Where you have a nested array that simply needs joining with an additional array of values placed between each use join(). If you have an array that needs to be flattened and needs additional values appended as a suffix or prefix to each nested array use flatMap(). If you require a one off … Continue reading Higher Order Functions in Swift 2