point

Convenience function to create a Point!int or Point!double.

point
(
T
)
(
T x
,
T y
)
if (
is(T == int) ||
is(T == double)
)

Meta