|
|
|
|
|
by kaushalmodi
1816 days ago
|
|
If you begin using tuples with named fields, they will technically be of a different type than anon tuples. To keep it simple, just use anon tuples consistently everywhere. I have some notes on tuples in Nim: https://scripter.co/notes/nim/#tuples |
|