EBTree64.Key

Key type alias

  1. alias Key = long
    class EBTree64(bool signed = false)
    static if(signed)
    alias Key = long
  2. alias Key = ulong

Meta