Point.this

struct Point(T)
this
(
T x
,
T y
)
if (
isOneOf!(T, int, double)
)

Meta