Box.this

  1. this(BoundType min, BoundType max)
    struct Box(T, int N)
    pure nothrow @safe @nogc
    this
    if (
    N >= 1 &&
    N <= 3
    )
  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)

Meta