Generic Instance Method

flatMap(_:)

No overview available.

Declaration

func flatMap<ElementOfResult>(_ transform: (UTF16.CodeUnit) throws -> ElementOfResult?) rethrows -> [ElementOfResult]