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

Document with_capacity capacity #269

Open
tczajka opened this issue Nov 1, 2021 · 0 comments
Open

Document with_capacity capacity #269

tczajka opened this issue Nov 1, 2021 · 0 comments

Comments

@tczajka
Copy link

tczajka commented Nov 1, 2021

grow is documented that the capacity is set to exactly:

max(new_cap, inline_size())

But documentation for with_capacity only says:

enough capacity pre-allocated to store at least n elements

If with_capacity guarantees what grow guarantees regarding the exact capacity, it would be worth it to document.

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

No branches or pull requests

1 participant