You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2b-rs/bot-coreutils
trivernis fd13f7ae64
Reimplement shuffle for VecDeque in coreutils
Introduced the new trait Shuffle that is implemented for
VecDeque and shuffles it. Previously the VecDeque
was shuffled with a function provided in the main utils module.

Signed-off-by: trivernis <trivernis@protonmail.com>
4 years ago
..
src Reimplement shuffle for VecDeque in coreutils 4 years ago
.gitignore Add subcrate bot-coreutils 4 years ago
Cargo.lock Reimplement shuffle for VecDeque in coreutils 4 years ago
Cargo.toml Reimplement shuffle for VecDeque in coreutils 4 years ago