We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
DynamicArray!(Unique!Foo)
Thoughts?
The text was updated successfully, but these errors were encountered:
#182 implements this for DynamicArray.
DynamicArray
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: