IsDClass( obj )
IsDClass returns true if the object obj, which may be an object of arbitrary type, is a D class, and false otherwise (see DClass). It will signal an error if obj is an unbound variable.
IsDClass
true
false
[Index]