This repository has been archived by the owner on Jun 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 98
RandomAccessCollection
mattt edited this page Apr 26, 2021
·
1 revision
func parallelMap<T>(_ transform: (Element) throws -> T) throws -> [T]
func parallelCompactMap<T>(transform: (Element) throws -> T?) throws -> [T]
func parallelFlatMap<T>(transform: (Element) throws -> [T]) throws -> [T]
func parallelForEach(_ body: (Element) throws -> Void) throws
Generated at 2021-05-05T17:50:46+0000 using swift-doc 1.0.0-beta.6.