Expand description
The class contract: callable factories with subclass relationships.
This is protocol the libraries implement; the kernel defines the Class
trait and the subclass test, not concrete class hierarchies.
Traits§
- Class
- Runtime protocol for class objects.
Functions§
- class_
is_ subclass_ of - Walk the parent chain of
childto test whether it is a subclass ofexpected, returningfalsewhen either side is not a class object.