Skip to main content
Module

x/rambda/rambda.js>xor

Faster and smaller alternative to Ramda
Go to Latest
function xor
import { xor } from "https://deno.land/x/rambda@v9.1.1/rambda.js";

Logical XOR

Parameters

x: boolean
y: boolean

Returns

boolean

Parameters

y: boolean

Returns

(y: boolean) => boolean