rand::distributions::other

Macro array_impl

Source
macro_rules! array_impl {
    {$n:expr, $t:ident, $($ts:ident,)*} => { ... };
    {$n:expr,} => { ... };
}