Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

fixnum 1.1.1 copy "fixnum: ^1.1.1" to clipboard
fixnum: ^1.1.1 copied to clipboard

Library for 32- and 64-bit signed fixed-width integers with consistent behavior between native and JS runtimes.

Dart CI Pub package publisher

A fixed-width 32- and 64- bit integer library for Dart.

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.