tt-equal
This library is an entry in the tt_call series of modular interoperable tt-muncher building blocks.
Inludes the procedural macro tt_equal that acts as a predicate for whether two token trees are equal.
Intended for use with tt_if.
use tt_equal;
use tt_if;
=>
}
same_ident!; // Equal identifiers result in a true constant
same_ident!; // Different identifiers result in a false constant