pub fn iterations_str(count: u32) -> &'static str
Returns “iteration” if count is 1, otherwise “iterations”.
count