Nim has no type inference from the types themselves, so if you want an int8 you have to declare the literal like that - `valueA: 11'i8` and `valueB: 12'i64`.
- Multi-Dimensional Tuple is not working as expected Clavismax
- Multi-Dimensional Tuple is not working as expected Yardanico