macro_rules! scanln_fmt_some { ($($arg:tt)*) => { ... }; }
Expand description
(a,+) = scanln_fmt_some!( format_string, types,+ )
Same as scan_fmt_some!(), but reads input string from stdin.
macro_rules! scanln_fmt_some { ($($arg:tt)*) => { ... }; }
(a,+) = scanln_fmt_some!( format_string, types,+ )
Same as scan_fmt_some!(), but reads input string from stdin.