macro impl_smallest_args($($x:ident, $($($y:ident,)+)?)?) {
...
}Expand description
Implements SmallestArgs for a provided tuple if applicable.
macro impl_smallest_args($($x:ident, $($($y:ident,)+)?)?) {
...
}Implements SmallestArgs for a provided tuple if applicable.