operator ~/ method

double operator ~/(
  1. Point<num> a
)

Implementation

double operator ~/(Point a) => distanceTo(a);