slotmap icon indicating copy to clipboard operation
slotmap copied to clipboard

[Enhancement] Allow `new_key_type!` to declare generic key type

Open qouteall opened this issue 11 months ago • 0 comments

Such as

new_key_type! {
    pub struct NodeKey<T>;
}

qouteall avatar Mar 15 '24 07:03 qouteall