TypeTensor - v0.1.0
    Preparing search index...

    Type Alias IsIntegerDType<T>

    IsIntegerDType: T["__isInteger"]

    Check if a DType is an integer type

    Type Parameters

    type IsInt = IsIntegerDType<Int32> // true
    type IsFloat = IsIntegerDType<Float32> // false