docs: Unit<T> concept updated with final

This commit is contained in:
Mateusz Pusz
2024-06-06 13:49:53 +02:00
parent 7319e78088
commit f8f5c0b34d

View File

@@ -84,6 +84,8 @@ and when `T` is implicitly convertible to `V`.
- [Derived unnamed units](../../appendix/glossary.md#derived-unit) being a result of a
[unit equations](../../appendix/glossary.md#unit-equation) on other units.
All of the above units have to be marked as `final`.
!!! note
In the **mp-units** library, [physical constants are also implemented as units](faster_than_lightspeed_constants.md).