isNull

Generic null check for all Godot classes. Limitations in D prevent using is null on Godot base classes because they're really struct wrappers.

@nogc nothrow pragma(inline, true)
bool
isNull
(
T
)
(
in T t
)

Meta