-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
apiRelates to the API designRelates to the API designenhancementAn improvement to existing functionalityAn improvement to existing functionality
Description
For any particular unit, certain conventions exist for how that unit should be rendered, for example,
- the order the component units should appear in
- whether it should be written with metric multipliers (e.g.
k
,M
,G
,T
, etc) - which multipliers should be used, e.g.
ns
,µs
,ms
ands
are all commonly used for times, but rarelyks
orcs
, whereas lengths are often stated inmm
,cm
,m
,km
, but rarelyMm
orGm
.
This can be provided by an erased typeclass instance, though its state/format still needs to be determined.
Metadata
Metadata
Assignees
Labels
apiRelates to the API designRelates to the API designenhancementAn improvement to existing functionalityAn improvement to existing functionality
Projects
Status
Todo