Oct. 28, 2021
6:25 a.m.
On Thu, Oct 28, 2021 at 4:52 PM Jeremiah Vivian <nohackingofkrowten@gmail.com> wrote:
All containers do have a concept of iterators though, and the `is in` operator can check using the iterator of the container.
But the "in" operator isn't built on iteration, so that would be in-consistent. What you're asking for can best be spelled with any/all and iteration, not a new operator. ChrisA