Skip to main content

Module class

Module class 

Source
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 child to test whether it is a subclass of expected, returning false when either side is not a class object.