Skip to main content

impl_smallest_args

Macro impl_smallest_args 

Source
macro impl_smallest_args($($x:ident, $($($y:ident,)+)?)?) {
    ...
}
Expand description

Implements SmallestArgs for a provided tuple if applicable.