pub fn v2s_i32_power_of_two() -> Arc<dyn Fn(i32) -> String + Send + Sync>
Expand description

Format an order/power of two. Useful in conjunction with s2v_i32_power_of_two() to limit integer parameter ranges to be only powers of two.