import * as fun from "https://deno.land/x/fun@v2.0.0/filterable.ts";
Filterable is a structure that allows one to remove or refine a data structure.
Interfaces
A Filterable structure allows one to filter over the values contained in the structure. This includes standard filter, filterMap, partition, and partitionMap. |