feat(ecs): add rudimentary sparse set impl #5

Manually merged
bitsyndicate merged 2 commits from sparse-sets into main 2025-04-20 22:08:54 +00:00
Showing only changes of commit 6166925d39 - Show all commits

View file

@ -129,7 +129,7 @@ where
Some(previous)
}
pub fn is_emtpy(&self) -> bool {
pub fn is_empty(&self) -> bool {
self.len() == 0
}