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: "ITERATIVE"
RECURSIVE: "RECURSIVE"

Generated using TypeDoc