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

outdatedDart 1 only

Library for 32- and 64-bit fixed size integers.

fixnum #

A fixed-size integer library for Dart.


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.

Installing #

Use pub to install this package. Add the following to your pubspec.yaml file:

dependencies:
  fixnum: any

Then run pub install.

For more information, see the fixnum package on pub.dartlang.org.

49
likes
0
pub points
100%
popularity

Publisher

verified publisherdart.dev

Library for 32- and 64-bit fixed size integers.

Homepage

License

unknown (LICENSE)

More

Packages that depend on fixnum