Closed CraftSpider closed 3 years ago
The num-integer
crate has Integer
.
Thanks, that's what I'm looking for. Though kind of sad it's spread into another crate, it feels like it would fit nicely alongside Real
in this one. But I understand if that's considered not really in-scope.
It would be nice to have a trait that represents any integer, not just copyable or primitive ones. That way one could also abstract over, say, a BigInt type, or any similar thing.