Files
sdk/pkg/fixnum
sra@google.com 7b8bb93212 New divide uses local variables rather than many temporary objects.
Removing mutators allows Int64 to have final fields and an (internal) const constructor.

R=cbracken@google.com

Review URL: https://codereview.chromium.org//23541010

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27588 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-18 01:02:20 +00:00
..
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.