Skip to content

Latest commit

 

History

History
73 lines (54 loc) · 681 Bytes

selections-rotate.md

File metadata and controls

73 lines (54 loc) · 681 Bytes

1

0 3 1 2
^ 0 ^ 1
  ^ 3 ^ 2

1 rotate-by-1

up

  • .selections.rotate.both
2 0 3 1
^ 2 ^ 3
  ^ 0 ^ 1

1 rotate-contents-by-1

up

  • .selections.rotate.contents
2 0 3 1
^ 0 ^ 1
  ^ 3 ^ 2

1 rotate-selections-by-1

up

  • .selections.rotate.selections
0 3 1 2
^ 2 ^ 3
  ^ 0 ^ 1

1 rotate-by-1-reverse

up

  • .selections.rotate.both.reverse
3 1 2 0
^ 3 ^ 2
  ^ 1 ^ 0

1 rotate-contents-by-1-reverse

up

  • .selections.rotate.contents.reverse
3 1 2 0
^ 0 ^ 1
  ^ 3 ^ 2

1 rotate-selections-by-1-reverse

up

  • .selections.rotate.selections.reverse
0 3 1 2
^ 3 ^ 2
  ^ 1 ^ 0