Skip to main content
Module

x/froebel/partition.ts

A strictly typed utility library.
Go to Latest
import * as froebel from "https://deno.land/x/froebel@v0.23.1/partition.ts";

Variables

Takes a list and returns a pair of lists containing: the elements that match the predicate and those that don't, respectively.