Test a WeakSet to include all the provided items. The items are tested by identity, not structure.
The items that should be a item in the WeakSet.
Test a WeakSet to include any of the provided items. The items are tested by identity, not structure.
The items that could be a item in the WeakSet.
Test if the value matches a custom validation function. The validation function should return true
if the value
passes the function. If the function either returns false
or a string, the function fails and the string will be
used as error message.
Validation function.
Invert the following validators.