pub use self::types::Contour;
mod bounded;
mod contoural;
mod difference;
mod eq;
mod from;
mod hash;
mod intersection;
mod locatable;
mod multisegmental;
mod multivertexal;
mod oriented;
mod partial_eq;
mod relatable;
mod symmetric_difference;
mod to_reversed_segments;
mod types;
mod union;