Stack.rotateRight

Rotate the given number of stack entries

Throws an exception when the number is out of range

struct Stack(V, int Size = 0)
rotateRight

Meta