Box.this

Undocumented in source.
  1. this(Bound min_, Bound 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, size_t N)
    @safe @nogc pure nothrow
    static if(N == 3u)
    this

Meta