Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Usage

import * as fun from "https://raw.githubusercontent.com/baetheus/fun/main/filterable.ts";

Filterable is a structure that allows one to remove or refine a data structure.

§Functions

filter
filterMap
partition
partitionMap

§Interfaces

Filterable

A Filterable structure allows one to filter over the values contained in the structure. This includes standard filter, filterMap, partition, and partitionMap.