![]() |
ArkScript
A small, fast, functional and scripting language for video games
|
A contract is a list of typed arguments that a function can follow. More...
#include <TypeChecker.hpp>
Public Attributes | |
std::vector< Typedef > | arguments |
A contract is a list of typed arguments that a function can follow.
Definition at line 82 of file TypeChecker.hpp.
std::vector<Typedef> Ark::types::Contract::arguments |
Definition at line 84 of file TypeChecker.hpp.
Referenced by Ark::types::displayContract().