caffeine_lang/common/numeric_types
Types
NumericTypes are just numbers which have a variety of representations.
pub type NumericTypes {
Float
Integer
}
Constructors
-
Float -
Integer
Values
pub fn numeric_type_to_string(
numeric_type: NumericTypes,
) -> String
Converts a NumericTypes to its string representation.