I currently have my own implementations of gc free containers, but it would be nice to switch to a more "widely" used library. But I would need the containers to be move aware, so that you can have `DynamicArray!(Unique!Foo)` for example. Thoughts?