spawnWorld

Undocumented in source. Be warned that the author may not have intended to support it.
void
spawnWorld
(
T : World
E...
)
(,,,)
if (
!isAbstractClass!T &&
__traits(compiles, new T(args))
)

Meta