macro_rules! rdxsort_template_alias {
($t1:ty = $t2:ty) => { ... };
}Expand description
Implements t1 as alias of t2, e.g. usize = u64 on platforms that have 64 bit pointers.
macro_rules! rdxsort_template_alias {
($t1:ty = $t2:ty) => { ... };
}Implements t1 as alias of t2, e.g. usize = u64 on platforms that have 64 bit pointers.