Function ClassDBSingleton.canInstance

Returns true if you can instance objects from the specified class, false in other case.

bool canInstance (
  const(String) _class
) nothrow @nogc const;