Crate clamped_values

Source
Expand description

Provides a generic ClampedValue struct that stores a value and ensures that it is always within the specified minimum and maximum values.

Structsยง

ClampedValue
A value that is clamped between a minimum and maximum value.