Preparing search index...
The search index is not available
mingo
mingo
operators/update/bit
$bit
Function $bit
Performs a bitwise update of a field. The operator supports AND, OR, and XOR.
$bit
(
obj
,
expr
,
arrayFilters
?
,
options
?
)
:
string
[]
Parameters
obj
:
AnyObject
expr
:
AnyObject
arrayFilters
:
AnyObject
[]
= []
options
:
UpdateOptions
= {}
Returns
string
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
mingo
Loading...
Performs a bitwise update of a field. The operator supports AND, OR, and XOR.