Skip to content
New issue

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

flex_vector_transient has no insert() method #107

Open
nyanpasu64 opened this issue Oct 3, 2019 · 1 comment
Open

flex_vector_transient has no insert() method #107

nyanpasu64 opened this issue Oct 3, 2019 · 1 comment

Comments

@nyanpasu64
Copy link

flex_vector has a .insert() method for inserting into the middle, which I'm using in my in-progress code. flex_vector_transient does not. Is this intentional?

@arximboldi
Copy link
Owner

It could be added. I am not sure it would be faster than the persistent one though, so it could be misleading.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants