goon

goon

https://git.tonybtw.com/goon.git git://git.tonybtw.com/goon.git
49 bytes raw
1
let base = { a = 1; b = 2; };
2
{ ...base; c = 3; }