slotmap
slotmap copied to clipboard
[Enhancement] Allow `new_key_type!` to declare generic key type
Such as
new_key_type! {
pub struct NodeKey<T>;
}