cbor2
    Preparing search index...

    Interface ParentConstructor

    interface ParentConstructor {
        new ParentConstructor(
            mav: MtAiValue,
            left: number,
            parent: undefined | Parent,
            opts: Required,
        ): Parent;
    }
    Index

    Constructors

    Constructors