clamp

Macro clamp 

Source
macro_rules! clamp {
    ($a: expr, $min: expr, $max: expr) => { ... };
}
Expand description

clamp clamps any types that can be compared