Skip to content
This repository was archived by the owner on Feb 2, 2026. It is now read-only.

v4.0.0-alpha+2

Pre-release
Pre-release

Choose a tag to compare

@matanlurey matanlurey released this 03 Aug 16:02
· 7 commits to main since this release
34b1851

4.0.0-alpha+2

Breaking changes:

  • <FixedInt>, which was pointless, is now just int. That means that any
    fixed integer representation can be provided somewhere an int is expected,
    which cuts down on boilerplate without much value.