ConstMatches values using strict equality (===).
Matches values included in the given array using Array.prototype.includes.
Matches values using strict inequality (!==).
Matches values NOT included in the given array using Array.prototype.includes.
Removes the target field rather than setting it to undefined.
Helpers for building query conditions in Collection.where and update operations in Collection.update.