Package: effect
Module: TArray
Get the index of the first entry in the array starting from the specified index, matching a predicate.
Signature
declare const findFirstIndexWhereFrom: { <A>(predicate: Predicate<A>, from: number): (self: TArray<A>) => STM.STM<Option.Option<number>>; <A>(self: TArray<A>, predicate: Predicate<A>, from: number): STM.STM<Option.Option<number>>; }
Since v2.0.0