For entertainment I am playing around with aliquot number sequences. As most number sequences this involves integers only.
Is there something bigger available than int64 natively in Nim? If not: Is there a way to circumvent this?
int64/uint64 is the widest native integer type, but see nim-stint: