diff options
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -70,6 +70,8 @@ where } } + /// Returns a new `MultiVec` with a capacity for `capacity` items. This function will + /// allocate memory. pub fn with_capacity(capacity: usize) -> Self { let mut this = Self { |