I have written a proposal draft which adds a few members to std::bitset.
See https://eisenwave.github.io/cpp-proposals/more-bitset-operations.html
Please share your thoughts :)
Makes sense to me.
The proposed wording should change the class synopsis in [template.bitset.general].
Why overloaded functions for count{l,r}_{zero,one} instead of default arguments?