# Functions
No description provided by the author
No description provided by the author
No description provided by the author
LinkableConstructor returns the linkable constructor for the given type.
New creates a new Event.
NewClosure creates a new Closure.
NewLinkable creates a new Linkable.
# Variables
No description provided by the author
# Structs
Closure represents function reference uniquely.
Event represents an object that is triggered to notify code of "interesting updates" that may affect its behavior.
Linkable represents a special kind of Event that is part of a LinkableCollection of events.
LinkableCollection can be embedded into collections of linkable Events to make the entire collection linkable.