forEach(_:)
Calls the given closure with each element in the dictionary in the same order as a for-in loop.
Declaration
func forEach(_ body: (XPCDictionary.KeyValuePair) throws -> Void) rethrowsParameters
- body:
A closure that takes an element of the sequence as a parameter.