Add bit version of [`std::search`](https://en.cppreference.com/w/cpp/algorithm/search) - [ ] `search` implementation - [ ] `search` tests - [ ] `search` benchmark Note: There are multiple different implementations of bit-searching algorithms, but any will do for the first pass