Interpolator typedef

Interpolator = List<Point<num>> Function(num)

Implementation

typedef Interpolator = List<Point> Function(num);