fixnum_nanodart 1.0.0 fixnum_nanodart: ^1.0.0 copied to clipboard
Library for 32- and 64-bit signed fixed-width integers, modified for nanodart.
A fixed-width 32- and 64- bit integer library for Dart.
Documentation #
The fixnum package provides data types for signed 32- and 64-bit integers. The integer implementations in this library are designed to work identically whether executed on the Dart VM or compiled to JavaScript.
For more information, see the fixnum package on pub.dev.