Checks if any of the given elements may be in the set. False positives are possible with probability 1/M per element checked. This is more efficient that checking Match on multiple elements separately.
True if any element may be in the set, false if none are.
| Name | Description |
|---|---|
| elements | The elements to test for membership. |