BenchmarkTools.jl icon indicating copy to clipboard operation
BenchmarkTools.jl copied to clipboard

Support for named tuple destructuring

Open yha opened this issue 10 months ago • 3 comments

e.g.

@benchmark let 
    (; x, y) = $p
    f(x,y)
end

currently fails at macro expansion

yha avatar Apr 09 '24 14:04 yha