pub fn first_set_u32(keys: &[&str], default: u32) -> u32Expand description
First key whose var is present AND parses as u32; otherwise default.
(A set-but-unparseable var falls through — the behavior of every existing
per-client env_u32, single- and multi-key alike.)