Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Produces an ordinal abbreviation string, e.g. to_string 13 = "13th"
, to_string 100002 = "100002nd"
, etc.
Produces an ordinal abbreviation string with delimiters every three digits, e.g. to_string 13 = "13th"
, to_string 100002 = "100_002nd"
, etc.