You are viewing documentation for a previous version of this software.

Switch to the latest stable version.

Apollo Docs


unzip(_:)

Swift
1public func unzip<Element1, Element2, Element3>(_ array: [(Element1, Element2, Element3)]) -> ([Element1], [Element2], [Element3])
Feedback

Edit on GitHub

Forums