ExpandIntegerType.ExpandIntegerType

  1. alias ExpandIntegerType = T
    template ExpandIntegerType(T, size_t bits)
    static if(is(T : real))
    alias ExpandIntegerType = T
  2. alias ExpandIntegerType = ExpandNumericType!(T, bits)

Meta