import { sort } from "https://deno.land/x/rambda@9.3.0/rambda.js";
It returns copy of list
sorted by sortFn
function, where sortFn
needs to return only -1
, 0
or 1
.
import { sort } from "https://deno.land/x/rambda@9.3.0/rambda.js";
It returns copy of list
sorted by sortFn
function, where sortFn
needs to return only -1
, 0
or 1
.