Expand description
Core types — numeric values, units, categories, and conversion results.
These are the foundational data types shared across all abaco modules:
Value (polymorphic numeric result), Unit and UnitCategory
(physical measurement), ConversionResult (conversion output),
and Currency (monetary unit).
Structs§
- Conversion
Result - Result of a unit conversion.
- Currency
- A currency for conversion.
- Unit
- A physical or digital unit of measurement.
Enums§
- Unit
Category - Category of physical unit.
- Value
- Core numeric value type for Abaco.