Hi all, Nim experts says that if you faced recursive module dependency, you just put all your types in one module and import it to use in another modules. So this is my question. If you did so, how could you manage private properties ? If you add a star sign, it will be public and exported, but if you don't, then it is not visible in your module. I hope somebody can help me. Thanks in advance
- How to use private variables when you put all types in one... kcvinu