dart-sdk/pkg/fixnum
2014-01-19 19:24:06 +00:00
..
lib use proper notation for true, false, and null in doc comments 2014-01-19 19:24:06 +00:00
test Throw FormatException when Int32/Int64.parseRadix() encounters bad digit 2013-10-23 19:04:43 +00:00
LICENSE pkg/unittest: added LICENSE 2014-01-13 18:07:45 +00:00
pubspec.yaml use proper notation for true, false, and null in doc comments 2014-01-19 19:24:06 +00:00
README.md Added fixnum package docs. 2013-08-14 18:30:55 +00:00

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.