-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
Description
I would like the Numeric.Units.Dimensional.SIUnits and Numeric.Units.Dimensional.NonSI modules to provide monomorphic collections of all unit definitions published therein, for use by downstream packages that perform unit parsing.
Perhaps this is best done through a simple [AnyUnit], or perhaps the Numeric.Units.Dimensional.Dynamic module should export some sort of UnitSet that enforces uniqueness of names by some strategy, I'm not sure?
Also unsure whether publishing a single monolithic collection per module is the best approach or whether a further attempt should be made to curate them into smaller groups.