Closed DasLixou closed 1 year ago
I don't want to merge this deprecation for the current codebase, but I will keep const
ness in mind for slotmap 2. I hope that by then const fn
s in traits are stabilized, if not, I might consider the associated constant approach.
I don't want to merge this deprecation for the current codebase, but I will keep
const
ness in mind for slotmap 2. I hope that by thenconst fn
s in traits are stabilized, if not, I might consider the associated constant approach.
Is there already a unstable or not ready yet repo / branch for 2.0?
?
KeyData::null()
andKey::null()
.KeyData::new()
constKeyData::NULL
andKey::NULL
and$k::NULL
for the macro key impl.