QVariant.this - multiple declarations

Function QVariant.this

Creates a new quantity from another one with the same dimensions

this(Q) (
  auto const ref Q qty
)
if (isQVariant!Q);

this(Q) (
  auto const ref Q qty
)
if (isQuantity!Q);

Function QVariant.this

Creates a new dimensionless quantity from a number

this(T) (
  T scalar
)
if (isNumeric!T);