Kamal Marhubi 8168c7c44c Use checked_next_power_of_two from std instead of custom method
NB The custom method returned 0 on an input of 0, which is arguably
incorrect: 0 is not a power of two; the method in `std` returns 1 in
that case.
2016-03-28 23:36:22 -04:00
..
2016-03-14 02:00:21 +02:00
2016-02-08 22:52:44 -05:00
2016-02-01 23:40:45 -05:00
2016-03-27 13:07:28 +02:00
2016-03-02 13:08:21 -05:00
2016-01-07 12:17:22 +05:30
2016-03-12 10:53:47 -07:00
2016-03-15 14:08:12 -06:00