Concatenates identifiers.

Yet again, I am making a crate with the amount of code that is actually necessary: No-STD, <30 LOC, 0 dependencies.

use ident_concat::ident; let ident!(a b) = 4; assert_eq!(ab, ident!(a b));