Size.this

struct Size(T)
this
if (
is(T == int) ||
is(T == double)
)

Meta