@mikuroxina/mini-fn
    Preparing search index...

    Type Alias Indexable<I, P>

    Indexable: TypeClass.Profunctor.Profunctor<P> & {
        indexed: <A, B>(data: Get2<P, A, B>) => (index: I) => (a: A) => B;
    }

    Type Parameters

    • I
    • P