Skip to content

v0.0.73: [Wasm] Improve `Decimal` class.

Compare
Choose a tag to compare
@mirror-releases mirror-releases released this 17 Jul 20:00
· 612 commits to main since this release
599b673
- Remove superfluous methods.  The once inherited from `Expr<T>` are
  already what we need.
- *Delete* (with `require false`) certain operators and methods that are
  not supported by `Decimal`, e.g. `rotl` or `neg`.