sesaparcours
    Preparing search index...
    interface IndexNodeCtor {
        new IndexNodeCtor<TDims extends MathNode[] = MathNode[]>(
            dimensions: [...TDims[]],
        ): IndexNode;
        new IndexNodeCtor<TDims extends MathNode[] = MathNode[]>(
            dimensions: [...TDims[]],
            dotNotation: boolean,
        ): IndexNode<TDims>;
    }
    Index

    Constructors

    Constructors