method Bson.Long.prototype.xorRe-exportimport { Bson } from "https://deno.land/x/mongo@v0.31.1/mod.ts"; const { Long } = Bson; xor(other: Long | number | string): LongReturns the bitwise XOR of this Long and the given one. Parametersother: Long | number | stringReturnsLong