quack.extends

Members

Enums

isExtendable
eponymoustemplate isExtendable(Classes...)

Makes sure the types given can be extended.

Templates

extends
template extends(Child, Parent)

Checks if Child extends Parent in any of the supported ways.

Meta