Macro rand::rng::impl_fill_each

source ·
macro_rules! impl_fill_each {
    () => { ... };
    ($t:ty) => { ... };
    ($t:ty, $($tt:ty,)*) => { ... };
}