import { reverse } from "https://deno.land/x/rambda@9.4.1/immutable.d.ts";
It returns a reversed copy of list or string input
.
Parameters
input: readonly T[]
import { reverse } from "https://deno.land/x/rambda@9.4.1/immutable.d.ts";
It returns a reversed copy of list or string input
.