orlp / slotmap

Slotmap data structure for Rust
zlib License
1.16k stars 70 forks source link

Const version of `Key::null()` #93

Closed DasLixou closed 1 year ago

DasLixou commented 1 year ago
orlp commented 1 year ago

I don't want to merge this deprecation for the current codebase, but I will keep constness in mind for slotmap 2. I hope that by then const fns in traits are stabilized, if not, I might consider the associated constant approach.

DasLixou commented 1 year ago

I don't want to merge this deprecation for the current codebase, but I will keep constness in mind for slotmap 2. I hope that by then const fns 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?

DasLixou commented 1 year ago

?