isGodotClass

Determine if T is any Godot class (base C++ class or D native script, but NOT a godot.core struct)

@nogc nothrow
enum bool isGodotClass(T);

Meta