I think explicit conversion would also work:
var x: tuple[a: ProcSimple, b: ProcSimple]
x = (
a: doSimple.ProcSimple,
b: doSimple.ProcSimple
)
- Making a tuple of procvars is weird ggibson
- Re: Making a tuple of procvars is weird Araq
- Re: Making a tuple of procvars is weird bluenote
