#[macro_use]modmacros;pubmodfloat;pubmodsigned_int;pubmodunsigned_int;pubmodusize;pubusecrate::float::FixedPlaceSeparatable;/// Used for numbers that can be printed with separators for the thousands places.
pubtraitSeparatable{/// Converts the number to a string with thousands separator.
fnseparated_string(&self)-> String;}