RectangleT.this

Constructor

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

Meta