Protocols
The following protocols are available globally.
-
A type implementing
See moreConsolidatableallows an array of its values to be combined byconsolidationGroupinto a new array using the type’sconsolidate(with:)function.Declaration
Swift
public protocol Consolidatable
View on GitHub
Protocols Reference