Box.this

Undocumented in source.
  1. this(bound_t min_, bound_t max_)
  2. this(T min_, T max_)
  3. this(T min_x, T min_y, T max_x, T max_y)
  4. this(T min_x, T min_y, T min_z, T max_x, T max_y, T max_z)
    struct Box(T, int N)
    @nogc pure nothrow
    static if(N == 3)
    this

Meta