sammine-lang
|
Public Member Functions | |
bool | operator== (const FunctionType &t) const |
bool | operator< (const FunctionType &t) const |
std::span< const Type > | get_params_types () const |
Type | get_return_type () const |
FunctionType (const std::vector< Type > &total_types) | |