Description Details Author See Also
Automatically check the data type, number and size of dimensions, and values of function arguments with simple type hint comments in the function code.
Type hints are special comments with a leading #|
within a
function body indicating the intended nature of the function's arguments in
terms of data types, dimensions and even permitted values. The actual
parameters with which the function is called can be evaluated against these
type hint comments using the check_types()
function.
Joachim Zuckarelli, joachim@zuckarelli.de, @jsugarelli
Other typehint:
check_types()
,
show_typehints()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.