bitshiftRight
Returns the bitwise right shift of the given numbers.
Arguments
number
- The number to bitwise right shift. shift
- The number of bits to shift.
Example
{
"$template": {
"$comment": "The field below will be 1",
"test": "{{bitshiftRight(3, 1)}}"
}
}