EOG_FORWARD

@NotNull
open fun EOG_FORWARD(@NotNull x: @NotNull Node): @NotNull Iterator<Node>

Traverse Evaluation Order Graph in forward direction.

Return

Iterator over successors.

Parameters

x

Current node in EOG.