Basic Types
The video for “Basic Types” is in the works!
Mux has four fundamental data types: integers, floating-point numbers, booleans, and strings.
Integers (int)
Whole numbers without decimal points:
Floating-Point (float)
Numbers with decimal points:
Booleans (bool)
True or false values:
Strings
Text data:
Type Conversions
Convert between types using .to_string():