Macro tuple_impl

Source
macro_rules! tuple_impl {
    ($($tyvar:ident)*) => { ... };
}
Expand description

Implement Distribution<(A, B, C, ...)> for StandardUniform, using the list of identifiers