@szilanor/stream
    Preparing search index...

    Variable findLastIndexAsyncConst

    findLastIndexAsync: <T>(
        predicate?: MaybeAsyncPredicateFunction<T>,
    ) => AsyncCollectorFunction<T, number> = lastIndexAsync

    Type declaration