pub fn rotate<T>(parts: Vec<T>, count: usize, part_size: usize) -> Vec<T>
Expand description

Rotates a word that was split into parts to the right