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

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