We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 688a7d3 commit 329fd49Copy full SHA for 329fd49
base/operators.jl
@@ -1200,6 +1200,9 @@ its argument into the original function. This is useful as an adaptor to pass
1200
a multi-argument function in a context that expects a single argument, but
1201
passes a tuple as that single argument. Additionally has pretty printing.
1202
1203
+!!! compat "Julia 1.9"
1204
+ This function was introduced in Julia 1.9, replacing `Base.splat(f)`.
1205
+
1206
# Example usage:
1207
```jldoctest
1208
julia> map(Base.Splat(+), zip(1:3,4:6))
0 commit comments