aeneas icon indicating copy to clipboard operation
aeneas copied to clipboard

Don't use projectors for structures extracted as tuples

Open sonmarcho opened this issue 1 year ago • 0 comments

When accessing its fields, do like with tuples and deconstruct the whole structure:

let (x, y, z) = t
...

sonmarcho avatar Mar 11 '24 10:03 sonmarcho