You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Description
## Problem\*
Working towards #4348
## Summary\*
We'll soon have bounded vec and hashmap types documented so I thought
I'd create a new `containers` folder for documentation of the
`std::containers` module.
## Additional Context
Minor updates in the Vec docs:
- Removed implementation details from methods
- Reordered `Vec::len` up to the top since it is important
- Minor grammar fixes
## Documentation\*
Check one:
- [ ] No documentation needed.
- [x] Documentation included in this PR.
- [ ] **[Exceptional Case]** Documentation to be submitted in a separate
PR.
# PR Checklist\*
- [x] I have tested the changes locally.
- [x] I have formatted the changes with [Prettier](https://prettier.io/)
and/or `cargo fmt` on default settings.
Co-authored-by: kevaundray <kevtheappdev@gmail.com>
# Description
## Problem\*
Resolves#4348
## Summary\*
Documents `BoundedVec`
## Additional Context
## Documentation\*
Check one:
- [ ] No documentation needed.
- [x] Documentation included in this PR.
- [ ] **[Exceptional Case]** Documentation to be submitted in a separate
PR.
# PR Checklist\*
- [x] I have tested the changes locally.
- [x] I have formatted the changes with [Prettier](https://prettier.io/)
and/or `cargo fmt` on default settings.
---------
Co-authored-by: Tom French <15848336+TomAFrench@users.noreply.github.com>
Co-authored-by: Tom French <tom@tomfren.ch>
Corresponding PR: #4197
P.S. As v0.24.0 is pre-released, reminder to copy doc changes into version-v0.24.0 when making them.
The text was updated successfully, but these errors were encountered: