Macro seed::input

source ·
macro_rules! input {
    ($($part:expr),* $(,)?) => { ... };
}