Skip to content

Method

A def in a class body. Its class is its parent.

Inherits from: Declaration

Fields

is_pub @ Bool

Whether the method was declared pub. An overload is public when its implementation is.

type_only @ Bool

Whether the method has no body: an overload signature or a protocol member.