PointData<T> typedef

PointData<T> = ({T data, Point<num> point})

Implementation

typedef PointData<T> = ({Point point, T data});