Provide the 'in' operator for sets.
Test if the given value is present in the set.
The value to test with.
true if the value is in the set.
See Implementation
Provide the 'in' operator for sets.
Test if the given value is present in the set.