godotDefaultInit

Alias to default-constructed T, as an expression.

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

Members

Aliases

godotDefaultInit
alias godotDefaultInit = Alias!(Array.make)
Undocumented in source.
godotDefaultInit
alias godotDefaultInit = Alias!(Dictionary.make)
Undocumented in source.
godotDefaultInit
alias godotDefaultInit = Alias!(T.init)
Undocumented in source.

Meta