Function af_core::fmt::count[][src]

pub fn count<'a, T>(count: T, one: &'a str, many: &'a str) -> Counted<'a, T>

Displays a correctly pluralized count of something, for example 3 users.