Key.hi

hi: Carries the higher 64 bits of the key.

  1. long hi;
    struct Key
    static if(signed)
    long hi;
  2. ulong hi;

Meta