function rotate_right

fn rotate_right<T>(v: T, amount: T) -> T { .. }