Two quantites of the same unit are implicitely convertible on assignment if the underlying value types are.
Quantity!(metre, float) a = 2 * metre;
See Implementation
Two quantites of the same unit are implicitely convertible on assignment if the underlying value types are.