jjv360/nim-classes

Compatibility with Tuples?

KnedlikMCPE opened this issue · 1 comments

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

Please ignore, I just wrongly understood how tuples work