Base class for D native scripts. Native script instances will be attached to a Godot (C++) object of Base class.
Generic null check for all Godot classes. Limitations in D prevent using is null on Godot base classes because they're really struct wrappers.
Allocate a new T and attach it to a new Godot object.
Implementation templates for new Godot-D native scripts