Skip to content

Function

strictMap(_:_:_:)

strictMap(_:_:) over 2 optionals.
func strictMap<A, B, Res>(_ a: A?, _ b: B?, _ transform: (A, B) throws -> Res) rethrows -> Res?

See Also

Optionals