text_io::scan! [] [src]

macro_rules! scan {
    ($text:expr, $($arg:ident),*) => { ... };
    ($input:expr => $text:expr, $($arg:ident),*) => { ... };
}

This macro allows to pass several variables so multiple values can be read