Type guard for RLoopConstructs nodes, i.e. checks whether a node is a for, repeat or while loop. If you need the specific type, please either use the respective type guards (e.g., RForLoop.is) or check the type node directly.
type
Readonly
A set of all types of loop constructs in the normalized AST, i.e. for, repeat and while loops.
Type guard for RLoopConstructs nodes, i.e. checks whether a node is a for, repeat or while loop. If you need the specific type, please either use the respective type guards (e.g., RForLoop.is) or check the
typenode directly.