rand::rng

Macro impl_fill_each

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