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

    Type Alias MultiSetInner<T>

    type MultiSetInner<T> = {
        counts: Map<T, number>;
        len: number;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    counts: Map<T, number>

    The numbers of items stored in. The count is always positive.

    len: number

    The total number of items stored in.