Dual32Key.hi

hi: Carries the higher 32 bits of the key.

  1. int hi;
    struct Dual32Key
    static if(signed)
    int hi;
  2. uint hi;

Meta