Version 0.10.7 (#34)

2 files changed
tree: 7b79a9e7ad2254e44f50107d6c90f48f46ef24bc
  1. lib/
  2. test/
  3. .gitignore
  4. .travis.yml
  5. analysis_options.yaml
  6. AUTHORS
  7. CHANGELOG.md
  8. codereview.settings
  9. CONTRIBUTING.md
  10. LICENSE
  11. PATENTS
  12. pubspec.yaml
  13. README.md
README.md

Fixnum

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

Build Status Coverage Status

Documentation

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.

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