macro_rules! ahashset {
(@single $($x:tt)*) => { ... };
(@count $($rest:expr),*) => { ... };
($($key:expr,)+) => { ... };
($($key:expr),*) => { ... };
}macro_rules! ahashset {
(@single $($x:tt)*) => { ... };
(@count $($rest:expr),*) => { ... };
($($key:expr,)+) => { ... };
($($key:expr),*) => { ... };
}