Skip to content

Make the native Int64 class an extension type #174

@osa1

Description

@osa1

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions