diff options
| author | Paul Buetow <paul@buetow.org> | 2026-05-24 12:52:20 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-05-24 12:52:20 +0300 |
| commit | e01d707cc31cff61f796cb6afb3e9c1275891fda (patch) | |
| tree | dbcb794e40f31ba31140b2643c94529e6d7f6444 /docs | |
| parent | a5ed0193f6b100933df1d4f89b693141ce59549e (diff) | |
rpn: remove exported Number type alias
type Number = NumericValue was a legacy alias that created confusion
— callers could use Number or NumericValue interchangeably. Removed
the alias and updated:
- NewNumber/NewNumberWithMetric return types: Number -> NumericValue
- Comments referencing Number now say NumericValue
The alias added no value since Number was never used as a distinct
type anywhere in the codebase.
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions
