wit-bindgen icon indicating copy to clipboard operation
wit-bindgen copied to clipboard

Syntax for tuples

Open alexcrichton opened this issue 3 years ago • 0 comments

Right now the syntax for tuples is tuple<A, B, C>, but the only reason for this was to disambiguate the multi-value returns we originally had which had the shape -> (A, B, C). It's probably worth revisiting this decision and considering (A, B, C) for tuples now instead of the tuple<...> syntax.

alexcrichton avatar May 04 '22 16:05 alexcrichton