Macro tt_call::tt_is_comma
source · [−]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 }]
} => { ... };
}