]> git.lizzy.rs Git - rust.git/blob - src/doc/unstable-book/src/library-features/vec-resize-default.md
Add Vec::resize_default.
[rust.git] / src / doc / unstable-book / src / library-features / vec-resize-default.md
1 # `vec_resize_default`
2
3 The tracking issue for this feature is: [#41758]
4
5 [#41758]: https://github.com/rust-lang/rust/issues/41758
6
7 ------------------------