Description Usage Arguments Details Author(s) References See Also Examples
Validates type (class) of an assignment value for a typed object value.
1 2 |
self |
|
value |
|
numint |
|
from_null |
|
to_null |
|
strict |
Default: |
... |
Further arguments to be passed to subsequent functions/methods. |
The type (class) of the object value as stored at the initial assignment
operation via setTyped is checked against the type (class)
of value. Type (class) mismatches trigger an error or a warning
depending on the value of strict.
Janko Thyson janko.thyson@rappster.de
http://github.com/Rappster/typr
1 2 3 4 5 6 | ## Not run:
## TODO: add example
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.