Had another 48hr game jam this weekend...

Jacob Carlborg doob at me.com
Sun Sep 1 06:21:20 PDT 2013


On 2013-09-01 12:21, Jakob Ovrum wrote:

> What do you mean? Please show some code how a declared but not defined
> struct can be initialized in any way, shape or form.

int[] a; // default initialized
int[] b = [3, 4, 5]; // explicitly initialized

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list