orlp / slotmap

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

add UnwrapNever helper to remove some unsafe #116

Open conradludgate opened 8 months ago

conradludgate commented 8 months ago

Result<T, Never> can be matched to produce an infallible and safe unwrap function.