0xE111 / cat-400

Game framework for nim programming language. Modular and extensible
Mozilla Public License 2.0
88 stars 5 forks source link

Sugar: add new() with arguments #25

Open 0xE111 opened 4 years ago

0xE111 commented 4 years ago

Get rid of (ref SomeMessage)(param: 5), switch to new(SomeMessage, param=5)