Introduction to Swift | Function Literals and Closures
Swift provides closures, which allow functions to be handled as values. This section explains closures and how to use functions as values.
Swift provides closures, which allow functions to be handled as values. This section explains closures and how to use functions as values.