c3c
c3c copied to clipboard
Structurally typed anonymous structs
struct Foo
{
int w;
int v;
}
func Foo getFoo() { ... }
...
struct { int x, int y } result = getFoo();