aeneas
aeneas copied to clipboard
Don't use projectors for structures extracted as tuples
When accessing its fields, do like with tuples and deconstruct the whole structure:
let (x, y, z) = t
...