Skip to content

Function

strictMap(_:_:_:_:)

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

See Also

Optionals