Package: effect
Module: TArray
Get the last index of a specific value in the array bounded above by a specific index.
Signature
declare const findLastIndex: { <A>(value: A): (self: TArray<A>) => STM.STM<Option.Option<number>>; <A>(self: TArray<A>, value: A): STM.STM<Option.Option<number>>; }
Since v2.0.0