tree: d7d3f833b6246d8a21d91af1c45909040c172634 [path history] [tgz]
  1. .github/
  2. lib/
  3. .gitignore
  4. analysis_options.yaml
  5. AUTHORS
  6. BUILD.gn
  7. CHANGELOG.md
  8. CONTRIBUTING.md
  9. LICENSE
  10. pubspec.yaml
  11. README.md
fixnum/README.md

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

Pub Dart CI Coverage Status

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.