How do i test that an object is an instance of a particular class in D?
Something akin to Javascript's instanceof keyword?
|
feedback
|
|
Use
| |||
|
feedback
|
|
typeid expression can tell you if instance is of some exact type (without considering inheritance hierarchy):
| |||||||||||||
feedback
|