TypeTensor - v0.1.0
    Preparing search index...

    Type Alias IncompatibleShapes<A, B>

    IncompatibleShapes: never & {
        __error: `Cannot broadcast shapes [${ShapeToString<A>}] and [${ShapeToString<
            B,
        >}]`;
    }

    A special never type that includes our error message TypeScript will show this in error messages

    Type Parameters