Struct llvm_kaleidoscope_rs::parser::FunctionAST [−][src]
pub struct FunctionAST(pub PrototypeAST, pub ExprAST);
Expand description
FunctionAST - This class represents a function definition itself.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.