Instance Methodswift 6.1.2Swift

map(_:)

func map<T, E>(_ transform: (Element) throws(E) -> T) throws(E) -> [T] where E : Error