1. fixedbitset could be allocation free for small block counts (store blocks in a SmallVec) 2. fixedbitset could have a const constructor From [Bevy's ECS rework](https://github.com/bevyengine/bevy/pull/1525) notes. Figured I'd pass the thoughts on here in case there's appetite to improve this.