On Wed, Jan 06, 2016 at 09:25:45PM +0000, deadalnix via Digitalmars-d wrote: > In my case, I'm interested in 160 and 256 bits integers. Using BigInt > seems wasteful as I know the integer size I want. Do we have something > like this around ?
If not, it may be something nice to add to Phobos. Integer width can be passed as a compile-time parameter, making it completely generic. T -- Right now I'm having amnesia and deja vu at the same time. I think I've forgotten this before.
