Structs§
- AstFunction
fn foo() { }- AstFunction
Effects - AstMain
Function print("Hello world")appearing at the top of a module. This creates an implicitfn main() { ... }later on.- AstSelf
Arg - Variable
Decl [mut] x: T
fn foo() { }print("Hello world") appearing at the top of a module.
This creates an implicit fn main() { ... } later on.[mut] x: T