Enumeration LoopType

Enum representing different loop types.

  • iterative: Indicates the iterative loop type (with loops that use iterations).
  • recursive: Indicates the recursive loop type (with loops that call themselves).

Enumeration Members

Enumeration Members

iterative: 1
recursive: 2

Generated using TypeDoc