Uint64List should acknowledge that int is signed #46498
Labels
area-core-library
SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.
library-typed-data
type-documentation
A request to add or improve documentation
The Uint64 list docs (https://api.flutter.dev/flutter/dart-typed_data/Uint64List-class.html) don't make any mention of the fact that you can't actually get an unsigned int out of a Uint64, since Dart's integers are signed 64 bit.
(It's not really clear to me that we should keep Uint64List at all, actually. As far as I can tell it's not really usable now that we don't have unbounded integers.)
The text was updated successfully, but these errors were encountered: