jjv360 / nim-classes

Adds class support to Nim.
MIT License
89 stars 3 forks source link

Compatibility with Tuples? #5

Closed KnedlikMCPE closed 2 years ago

KnedlikMCPE commented 2 years ago

Hello, I planned to use this library with Nimgame, as it quite helps me in understanding my own code, as I come from Java. Sadly, I found that Nimgame (and reasonably so) uses tuples. My quick question is, can a class from this library extend a tuple? Thank you, -Knedlik

KnedlikMCPE commented 2 years ago

Please ignore, I just wrongly understood how tuples work