Modules

Macros

arg!() Example get argument and collect to Vec

as_to!() Example convert type

input!() Example get user input from terminal

powf!(a,b) Example a to the power of b

split_to_vec!() Example a:&str split by b:&str and collect to Vec