Skip to main content
Module

x/fae/nth.ts>nth

A functional module for Deno inspired from Ramda.
Latest
variable nth
import { nth } from "https://deno.land/x/fae@v1.1.1/nth.ts";

Returns indexth element of functor. Returns element counting from right end if index is -ve. Works in array-like/string/iterable/iterator

type

Nth