JITContext.getIntType

A way to map a specific int type, using the compiler to get the details automatically e.g: JITType type = getIntType!size_t();

  1. JITType getIntType(int num_bytes, bool is_signed)
  2. JITType getIntType()
    class JITContext
    getIntType
    (
    T
    )
    ()
    if (
    isIntegral!T
    )

Meta