_isA
Allows you to test whether this Thing is descended from a given Model --
Function
Thing Type -> _isA
(model) -> TrueOrFalse Type
- Receives -- Thing Type
- A Thing - either a Model or an Instance
- model
- The Model that this might be descended from.
- Produces
- True iff the Thing is descended from the Model, false otherwise