import * as mod from "https://dotland.deno.dev/x/lodash_es@v0.0.2/src/xor.js";
Variables
Creates an array of unique values that is the symmetric difference of the given arrays. The order of result values is determined by the order they occur in the arrays. |