c3c icon indicating copy to clipboard operation
c3c copied to clipboard

Structurally typed anonymous structs

Open lerno opened this issue 5 years ago • 0 comments

struct Foo
{
  int w;
  int v;
}

func Foo getFoo() { ... }
...

struct { int x, int y } result = getFoo();

lerno avatar Jul 31 '20 13:07 lerno