input_macro

Macro input

Source
macro_rules! input {
    () => { ... };
    ($prompt:expr) => { ... };
}
Expand description

Macros as before (now using the production versions)