Enumeration MoveDirection

Directions that Mistakes can be moved in inside of Arrays.

  • up means "towards the start of the Array".
  • down means "towards the end of the Array".

Enumeration Members

Enumeration Members

down: "down"

Means "towards the end of the Array".

up: "up"

Means "towards the start of the Array".

Generated using TypeDoc