Macro rand::rng::impl_fill

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