[−][src]Macro templar::templar_function
Easily define simple funtions that expect certain types
fn hello_world(args: i64 | I64) -> i64 {
args + 5
}
Easily define simple funtions that expect certain types
fn hello_world(args: i64 | I64) -> i64 {
args + 5
}