nc-photos/app/lib/int_util.dart
2022-04-06 02:37:58 +08:00

2 lines
67 B
Dart

const int int32Max = 2147483647;
const int int32Min = -2147483648;