Versions in this module Expand all Collapse all v0 v0.25.2 Jun 5, 2025 v0.23.2 Feb 12, 2024 Changes in this version + func AddSubscription(s Subscription) + func GetBuiltinProperties(name string) (*tree.FunctionProperties, []tree.Overload) + func Register(name string, props *tree.FunctionProperties, overloads []tree.Overload) + type Subscription func(name string, props *tree.FunctionProperties, overloads []tree.Overload)