Stack.rotateLeft

Rotate the given number of stack entries

struct Stack(V, int Size = 0)
rotateLeft
(
uint d
)

Parameters

d uint

number of entries

Return Value

Type: Stack*

pointer to itself for call chaining

Throws

StackBoundsException when the number is out of range

Meta