Closed
Description
If you feed in a number such that the next_power_of_two would overflow, it spits out 0. I'm fine with that honestly, since it's easy to detect, but maybe that isn't what we want here. Maybe it should return a Result/Option/panic/saturate?
Should be specified so that the behaviour can be relied upon, or explicitly documented as unspecified.