Segment.PointType

struct Segment(T, int N)
alias PointType = Vector!(T, N)

Meta