LongInt.high

  1. Signed!(TypeForBits!bits) high;
    struct LongInt(uint bits, bool signed)
    static if(signed)
    Signed!(TypeForBits!bits) high;
  2. TypeForBits!bits high;

Meta