mass icon indicating copy to clipboard operation
mass copied to clipboard

Support named arguments

Open grassator opened this issue 4 years ago • 0 comments

This would likely require a change to overload resolver to deal with Tuples instead of Value_Views

  • [ ] Simple: foo(.x = 24, "bar")
  • [ ] Tuple spread: foo(...[.x = 24], "bar")

grassator avatar Dec 31 '21 09:12 grassator