alias Units::Registry::UnitDefinition
Overview
singular: The singular, common name of the unit (e.g. foot) names: Names that are written next to arbitrary scalar quantities (e.g. ["feet", "ft"]); plural value: The amount of an SI base unit that this unit is (e.g. 0.3048)
Alias Definition
{singular: String, names: Array(String), value: Float64}