pub fn suffix(value: usize) -> String
Returns āsā if the given value is not 1, otherwise returns an empty string.