We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Hello,
I know there's already 2 methods to rotate slices or vec (rotate_right and rotate_left). But they both accept unsigned numbers exclusively.
Why not a single method which could accept a signed number ? A positive number would turn to the right and a negative one to the left