Skip to content

Function: findLastIndex()

findLastIndex<T>(source, predicate): number

Same semantics as Array.prototype.findLastIndex, over a single Container. Consumes the full source.

T

Source<T>

(value, index) => boolean

number