pub type CurvePoints<C, M> = HeapArray<Point<C>, M>;
A batch of M curve points of type C::Point.
M
C::Point
pub struct CurvePoints<C, M> { /* private fields */ }