View Source VacEngine.Processor.Library (Vac Engine v1.1.1)

Blueprint functions library queries

Link to this section Summary

Functions

Look for candidates, i.e. functions whose signature match the given argument types.

Get signature of function

Check if function exists

Link to this section Functions

Look for candidates, i.e. functions whose signature match the given argument types.

Link to this function

get_signature(fname, arg_types)

View Source

Get signature of function

Link to this function

has_function?(fname, arity)

View Source

Check if function exists