Function rotateLeft

void rotateLeft(T) (
  T input
)
if (isRandomAccessRange!T);