script

Macro make_clamped_uint_setter

Source
macro_rules! make_clamped_uint_setter {
    ($attr:ident, $htmlname:tt, $min:expr, $max:expr, $default:expr) => { ... };
}