v 0.2.0

@bound


The bound decorator binds a method to the instance of the class it is defined in. This is useful when passing a method as a callback to another function, such as in response to an event listener.

@bound doSomething() {...}