EBTree32.Key

Key type alias

  1. alias Key = int
    class EBTree32(bool signed = false)
    static if(signed)
    alias Key = int
  2. alias Key = uint

Meta