1 2 3 4 5
//! I define few predicates over a `Segment`. pub mod is_non_dot; pub mod is_non_empty; pub mod is_normal;