Function: findLastIndex()
findLastIndex<
T>(source,predicate):number
Same semantics as Array.prototype.findLastIndex, over a single
Container. Consumes the full source.
Type Parameters
Section titled “Type Parameters”T
Parameters
Section titled “Parameters”source
Section titled “source”Source<T>
predicate
Section titled “predicate”(value, index) => boolean
Returns
Section titled “Returns”number