Skip to main content
Module

x/mongo/deps.ts>Long#xor

MongoDB driver for Deno
Very Popular
Go to Latest
method Long.prototype.xor
import { Long } from "https://deno.land/x/mongo@v0.31.2/deps.ts";

Returns the bitwise XOR of this Long and the given one.

Parameters

other: Long | number | string