-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds
Vec::extend_from_slices_copy
that accepts multiple slices (#240)
* Adds `Vec::extend_from_slices_copy` that accepts multiple slices * Adds quickchecks, tweaks comments and variable names * Adds cfg(feature="collections") to all new quickchecks * Renames variable `buf` to `slice` * Updated comment * Moves `set_len` call to `extend_from_slice_copy_unchecked` --------- Co-authored-by: Zack Slayton <zslayton@amazon.com>
- Loading branch information
Showing
4 changed files
with
277 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters