> Recursive types lead to infinite loops.
that. which can be avoided by using a lookup table to avoid infinite recursion, but that belongs in a separate module. see <https://github.com/nim-lang/Nim/pull/14043> for an alternative
> Recursive types lead to infinite loops.
that. which can be avoided by using a lookup table to avoid infinite recursion, but that belongs in a separate module. see <https://github.com/nim-lang/Nim/pull/14043> for an alternative