import { symmetricDifference } from "https://dotland.deno.dev/x/rambda@v9.2.0/index.d.ts";
It returns a merged list of x
and y
with all equal elements removed.
R.equals
is used to determine equality.
import { symmetricDifference } from "https://dotland.deno.dev/x/rambda@v9.2.0/index.d.ts";
It returns a merged list of x
and y
with all equal elements removed.
R.equals
is used to determine equality.