Skip to main content
Module

x/rimbu/stream/custom/stream-custom.ts>ArrayStream#every

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
method ArrayStream.prototype.every
import { ArrayStream } from "https://deno.land/x/rimbu@1.0.1/stream/custom/stream-custom.ts";

Parameters

pred: (value: T, index: number) => boolean

Returns

boolean