measured icon indicating copy to clipboard operation
measured copied to clipboard

Type-safe, intuitive units of measure

Results 4 measured issues
Sort by recently updated
recently updated
newest added

Use compile-time units resolution in order to avoid number boxing. The basic idea is the following: * Make `Measurement` an interface. And keep the implementation you already have for dynamic...

If we want to register type adapter for the type how to create it?

Attempting to serialize a basic unit doesn't work and requires a custom serializer. It would be nice if the project provided serializers out of the box by annotating each unit...

Hello, I have noticed that the `equals` function on `Measure` class returns true even when the units of two measurements are different. This is how Swift defines [equality in their...