inherit multimethod
Methods
- inherit(t:Type, parent:Type)
Make t inherit from parent. Do not use directly. Use "type MyType(parent)". Returns
tExample
type NotImplemented NotImplemented.inherit(Exception)
type NotImplemented NotImplemented.inherit(Exception)