I just have no idea where to put the [] on something like
void function() nothrow pure @nogc @safe arrayName; Or should I just alias it and make an array of the alias? alias f = void function() nothrow pure @nogc @safe; f[] arrayName;
I just have no idea where to put the [] on something like
void function() nothrow pure @nogc @safe arrayName; Or should I just alias it and make an array of the alias? alias f = void function() nothrow pure @nogc @safe; f[] arrayName;