Description Core function(s) Author(s) References
The package allows to create implicitly typed objects.
setTyped:
Creates an implicitly typed object.
The type (class) of value is remembered and stored in an invisible
object part curtesy of makeActiveBinding. For any
subsequent assignment operations on the object, the type (class) of
value is checked against the originally stored type (class).
Type (class) mismatches trigger an error, a warning or are silently
ignored depending on the value of strict.
Janko Thyson janko.thyson@rappster.de
http://github.com/Rappster/typr
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.