pybind11
pybind11 copied to clipboard
Repro for lack of set operations
Description
Shows the lack of set operation on keys() result.
I expect that set(keys) will work.
I think the current behavior is fine:
- keep thing (reasonably) simple
- explicit is better than implicit (in this case, IMO)