Module

x/web_bson/mod.d.ts>Long#xor

web_bson is a fork from mongodb/js-bson
Very Popular
Latest
method Long.prototype.xor
import { Long } from "https://dotland.deno.dev/x/web_bson@v0.3.0/mod.d.ts";

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

Parameters

other: Long | number | string