mapFeatures(_:)
Returns an array containing the results of mapping the given closure over the sequence’s features.
Declaration
func mapFeatures<Input, Output, Annotation>(_ transform: (Input) throws -> Output) rethrows -> [AnnotatedFeature<Output, Annotation>] where Self.Element == AnnotatedFeature<Input, Annotation>