atcoder / ac-library

AtCoder Library
Creative Commons Zero v1.0 Universal
1.84k stars 236 forks source link

rename internal_bit functions to follow the cpp20 manner #157

Closed yosupo06 closed 1 year ago

yosupo06 commented 1 year ago

close #153

Rename functions in internal_bit to use the same name in std::bit (ref).

Because the performance problem is appeared, this time we don't replace bsf by countr_zero.