Delta-Pack - v0.2.9
    Preparing search index...

    Interface IntType

    interface IntType {
        type: "int";
        min?: number;
        max?: number;
        numBits?: number;
    }
    Index

    Properties

    Properties

    type: "int"
    min?: number
    max?: number
    numBits?: number