Method
map(_:)
Inherited from Sequence.map(_:).
func map<T, E>(_ transform: (Self.Element) throws(E) -> T) throws(E) -> [T] where E : Error
Method
Inherited from Sequence.map(_:).
func map<T, E>(_ transform: (Self.Element) throws(E) -> T) throws(E) -> [T] where E : Error