Shape.shapes

A set of figures. Needed for the type when you need to make one shape from several.

struct Shape(T : float)
Shape!T[] shapes;

Meta