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

    Interface SetHkt

    Higher kind type for Set<_>.

    interface SetHkt {
        arg1: unknown;
        type: BTree.Set<unknown>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    arg1: unknown
    type: BTree.Set<unknown>