fsprojects / FSharp.UMX

F# units of measure for primitive non-numeric types
MIT License
162 stars 10 forks source link

Please support uint32 #28

Open nodakai opened 1 year ago

nodakai commented 1 year ago

Sometimes I see using uint32<UoM> offers advantages over uint32-backed enums.

https://github.com/fsprojects/FSharp.UMX/blob/master/src/FSharp.UMX.fs#L31

Not sure if there's any interest in uint16, int8

bartelink commented 1 year ago

Sgtm; why not do a PR?