P256K HashDigest flatMap(_:) Instance Method flatMap(_:) Swift func flatMap<ElementOfResult>(_ transform: (Self.Element) throws -> ElementOfResult?) rethrows -> [ElementOfResult] Deprecated Please use compactMap(_:) for the case where closure returns an optional value