Methods

inheritΒΆ

inherit(t:Type, parent:Type)

Make t inherit from parent. Do not use directly. Use "type MyType(parent)".

Returns

t

Example

type NotImplemented
NotImplemented.inherit(Exception)