You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(duration): enhance DurationValue structure and operators
- Refactored the DurationValue struct to improve readability and maintainability.
- Moved the property declarations for Value and Unit above their documentation comments for better structure.
- Added operator overloads for comparison to simplify comparisons between DurationValue instances.
- Ensured documentation formatting is consistent throughout the struct.
0 commit comments