Allocates T in the data segment, this will just create T normally for value types.
The type to be allocated.
A new instance of T allocated in the data segment.
B a = dsNew!B; writeln(a); // tern.main.B
See Implementation
Allocates T in the data segment, this will just create T normally for value types.