[][src]Function pluralize_rs::is_uncountable

pub fn is_uncountable(word: &str) -> bool

Returns whether a noun is uncountable

Arguments

  • word - The noun

Examples

use pluralize_rs::is_uncountable;
assert!(is_uncountable("water"));