Alias godotDefaultInit

Alias to default-constructed T, as an expression.

alias godotDefaultInit(T) = Alias!(Array.make);

A few Godot core types can't use D's init because they need to call a C++ constructor through GDNative.