Skip to main content
Module

x/ramda/mod.ts>xor

:ram: Practical functional Javascript
Latest
variable xor
import { xor } from "https://deno.land/x/ramda@v0.27.2/mod.ts";

Exclusive disjunction logical operation. Returns true if one of the arguments is truthy and the other is falsy. Otherwise, it returns false.