RectangleT.this

Constructor

  1. this(W width, H height)
  2. this(X x, Y y, W width, H height)
    struct RectangleT(T)
    this
    (
    X
    Y
    W
    H
    )
    (
    X x
    ,
    Y y
    ,,)
    if (
    isNumeric!X &&
    isNumeric!Y
    &&
    isNumeric!W
    &&
    isNumeric!H
    )
    if (
    isNumeric!T
    )

Meta