- Notifications
You must be signed in to change notification settings - Fork 34
Open
Labels
Description
In dart-archive/fixnum#117 we make Int64 class a wrapper around int on platforms that support 64-bit ints (VM, AOT, Wasm).
With extension classes we should also make the new wrapper class an extension class to eliminate the indirection to the actual int value.
This will be a breaking change as this new native Int64 extension class won't have a runtime type.