Google News
logo
Swift - Interview Questions
What are the Higher-Order functions in swift?
The higher-order functions are given below :
 
Map : Transform the array contents.
Reduce :  Reduce the values in the collection to a single value.
Sort : Sorting the arrays.
Filter : Transform the array contents.
Advertisement