import { head } from "https://dotland.deno.dev/x/rambda@9.4.1/mod.ts";
It returns the first element of list or string input
. It returns undefined
if array has length of 0.
import { head } from "https://dotland.deno.dev/x/rambda@9.4.1/mod.ts";
It returns the first element of list or string input
. It returns undefined
if array has length of 0.