BenchmarkTools.jl
BenchmarkTools.jl copied to clipboard
Support for named tuple destructuring
e.g.
@benchmark let
(; x, y) = $p
f(x,y)
end
currently fails at macro expansion