Maybe add mp_set_find
Open
- Dominant language
- C++
- Stars
- 291
- Forks
- 97
- PR merge metrics
- No merged PRs in 30d
Description
In cases a list is a set it is possible to do `mp_find` quicker. Is it worth to add this?
```c++
template
using mp_enumerate = mp_transform>>;
template
using mp_set_find = mp_second, V>>;
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.