macro_rules! tt_is_comma {
{
$caller:tt
input = [{ , }]
} => { ... };
{
$caller:tt
input = [{ $other:tt }]
} => { ... };
}macro_rules! tt_is_comma {
{
$caller:tt
input = [{ , }]
} => { ... };
{
$caller:tt
input = [{ $other:tt }]
} => { ... };
}