Skip to main content

Module methods

Module methods 

Source
Expand description

Checked signatures for native operations owned by their receiver types.

These declarations deliberately exclude the implicit receiver. The checker supplies that receiver when it resolves a method expression, while the runtime can dispatch operation using the same canonical name.

Enums§

Operation
A native operation after method resolution has selected its receiver.

Functions§

is_owned_global
Names which are no longer global functions because their receiver owns them.
operation
Returns the runtime operation corresponding to a receiver-owned method.
signature
Returns the only applicable signature, excluding the implicit receiver.
signatures
Returns every applicable method signature, excluding the implicit receiver.