Add `tryParse` methods. (#96)

* Add `tryParse` methods.

Optimize some methods that were not highly optimized, in particular ones related to parsing.
6 files changed
tree: ce5cbb244efeaae99cb3741fe0155b84dbf730ab
  1. .github/
  2. lib/
  3. test/
  4. .gitignore
  5. analysis_options.yaml
  6. AUTHORS
  7. CHANGELOG.md
  8. CONTRIBUTING.md
  9. LICENSE
  10. pubspec.yaml
  11. README.md
README.md

Dart CI Pub package publisher

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

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.