Skip to main content

Module methods

Module methods 

Source
Expand description

Method registry (SPEC §4.4). Dispatch by (receiver TypeTag, method name). Registration via fn pointers: a new method = a function + register, the parser stays unchanged.

Structs§

MethodRegistry

Type Aliases§

MethodFn