Skip to content

Function: some()

some<T>(source, predicate): boolean

Same semantics as Array.prototype.some, over a single Container. Short-circuits on the first match.

T

Source<T>

(value, index) => boolean

boolean