containers icon indicating copy to clipboard operation
containers copied to clipboard

Move aware containers

Open MaikKlein opened this issue 8 years ago • 1 comments

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?

MaikKlein avatar Mar 17 '16 18:03 MaikKlein

#182 implements this for DynamicArray.

CyberShadow avatar Sep 18 '21 09:09 CyberShadow