TypeTensor - v0.1.0
    Preparing search index...

    Variable DTypeConstantsConst

    DTypeConstants: Readonly<
        {
            bool: Bool;
            float32: Float32;
            float64: Float64;
            int16: Int16;
            int32: Int32;
            int64: Int64;
            int8: Int8;
            uint16: Uint16;
            uint32: Uint32;
            uint64: Uint64;
            uint8: Uint8;
        },
    > = ...

    Type-level DType constants for compile-time operations These are phantom types that exist only at compile time