Skip to main content
Module

x/ramda/source/index.js>xor

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

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