yasl icon indicating copy to clipboard operation
yasl copied to clipboard

Don't require parens when returning multiple values from a short function.

Open CoffeeTableEspresso opened this issue 3 years ago • 0 comments

const fn f() -> 1, 2, 3 should work, instead of requiring writing const fn f() -> (1, 2, 3).

CoffeeTableEspresso avatar Feb 06 '22 06:02 CoffeeTableEspresso