[][src]Macro arctk::args

macro_rules! args {
    ($($name:ident : $type:ty); +) => { ... };
}

Import command line arguments as a requested type.