//! Provides several grammatical categories, as well as conversions between them where appropriate.
modca;modcomplexes;modconversions;moditems;pubuseca::*;pubusecomplexes::*;pubuseconversions::*;pubuseitems::*;/// Marks types as grammatical categories.
pubtraitCategory{/// Gets the abbreviation representing this item.
fnabbr(self)->&'staticstr;/// Gets the full name of this item.
fnname(self)->&'staticstr;}