pub fn quantify(count: i64, mode: QuantifyMode, lang: &dyn Language) -> StringExpand description
Produce a natural-language quantifier for count using the given
mode. The language is used to spell out small numbers (“two”,
“three”, …) via its number_to_words method.