Rectangle.abs

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Rectangle!T abs(T x1, T y1, T x2, T y2)
  2. Rectangle!T abs(vec2t pos1, T x2, T y2)
  3. Rectangle!T abs(T x1, T y1, vec2t pos2)
  4. Rectangle!T abs(vec2t pos1, vec2t pos2)
    struct Rectangle(T)
    static nothrow @nogc pure @safe
    abs

Meta