Skip to main content

Module range

Module range 

Source
Expand description

Non-empty Range type that guarantees at least one element.

Structsยง

EmptyRange
Error returned when attempting to create a non-empty range from an empty range.
NonEmptyRange
A non-empty Range (start..end) where start < end is guaranteed.