Hi, in the documentation for Nim 2.0.4. I found unicode operators mentioned but there was the explanation of only one. Using the search bar to the left found nothing. What keyword beside "unicode operator" will lead me to the answer ? :)
Another question: Supporse I want to parse a csv file into an array for further exploration and processing. In the manual I read that the size of an array needs to be known at compile time. But compiling a new version of my program for each different csv file is a little.....overwhelming. ;) Are there other "entities" called differently than "array" in Nim, which can be sized dynmically at runtime. How are they named (so I can search for these...) ?