Prelude API
    Preparing search index...

    Type Alias Bag<T>

    type Bag<T> = {
        tree: t<T, T>;
    }

    Type Parameters

    • T
    Index
    tree: t<T, T>