Box.this

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

Meta