Version 0.9.1+1
1 file changed
tree: 20f3276be5c1d7fc29b9599caab5bc3e04b23700
  1. lib/
  2. test/
  3. CONTRIBUTING.md
  4. LICENSE
  5. pubspec.yaml
  6. README.md
README.md

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.