viem 0.0.0-main.20230815T170709 → 0.0.0-main.20230818T155825

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,100 +2,100 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.minInt144 = exports.minInt136 = exports.minInt128 = exports.minInt120 = exports.minInt112 = exports.minInt104 = exports.minInt96 = exports.minInt88 = exports.minInt80 = exports.minInt72 = exports.minInt64 = exports.minInt56 = exports.minInt48 = exports.minInt40 = exports.minInt32 = exports.minInt24 = exports.minInt16 = exports.minInt8 = exports.maxInt256 = exports.maxInt248 = exports.maxInt240 = exports.maxInt232 = exports.maxInt224 = exports.maxInt216 = exports.maxInt208 = exports.maxInt200 = exports.maxInt192 = exports.maxInt184 = exports.maxInt176 = exports.maxInt168 = exports.maxInt160 = exports.maxInt152 = exports.maxInt144 = exports.maxInt136 = exports.maxInt128 = exports.maxInt120 = exports.maxInt112 = exports.maxInt104 = exports.maxInt96 = exports.maxInt88 = exports.maxInt80 = exports.maxInt72 = exports.maxInt64 = exports.maxInt56 = exports.maxInt48 = exports.maxInt40 = exports.maxInt32 = exports.maxInt24 = exports.maxInt16 = exports.maxInt8 = void 0;
4
4
  exports.maxUint256 = exports.maxUint248 = exports.maxUint240 = exports.maxUint232 = exports.maxUint224 = exports.maxUint216 = exports.maxUint208 = exports.maxUint200 = exports.maxUint192 = exports.maxUint184 = exports.maxUint176 = exports.maxUint168 = exports.maxUint160 = exports.maxUint152 = exports.maxUint144 = exports.maxUint136 = exports.maxUint128 = exports.maxUint120 = exports.maxUint112 = exports.maxUint104 = exports.maxUint96 = exports.maxUint88 = exports.maxUint80 = exports.maxUint72 = exports.maxUint64 = exports.maxUint56 = exports.maxUint48 = exports.maxUint40 = exports.maxUint32 = exports.maxUint24 = exports.maxUint16 = exports.maxUint8 = exports.minInt256 = exports.minInt248 = exports.minInt240 = exports.minInt232 = exports.minInt224 = exports.minInt216 = exports.minInt208 = exports.minInt200 = exports.minInt192 = exports.minInt184 = exports.minInt176 = exports.minInt168 = exports.minInt160 = exports.minInt152 = void 0;
5
- exports.maxInt8 = 2n ** (8n - 1n);
6
- exports.maxInt16 = 2n ** (16n - 1n);
7
- exports.maxInt24 = 2n ** (24n - 1n);
8
- exports.maxInt32 = 2n ** (32n - 1n);
9
- exports.maxInt40 = 2n ** (40n - 1n);
10
- exports.maxInt48 = 2n ** (48n - 1n);
11
- exports.maxInt56 = 2n ** (56n - 1n);
12
- exports.maxInt64 = 2n ** (64n - 1n);
13
- exports.maxInt72 = 2n ** (72n - 1n);
14
- exports.maxInt80 = 2n ** (80n - 1n);
15
- exports.maxInt88 = 2n ** (88n - 1n);
16
- exports.maxInt96 = 2n ** (96n - 1n);
17
- exports.maxInt104 = 2n ** (104n - 1n);
18
- exports.maxInt112 = 2n ** (112n - 1n);
19
- exports.maxInt120 = 2n ** (120n - 1n);
20
- exports.maxInt128 = 2n ** (128n - 1n);
21
- exports.maxInt136 = 2n ** (136n - 1n);
22
- exports.maxInt144 = 2n ** (144n - 1n);
23
- exports.maxInt152 = 2n ** (152n - 1n);
24
- exports.maxInt160 = 2n ** (160n - 1n);
25
- exports.maxInt168 = 2n ** (168n - 1n);
26
- exports.maxInt176 = 2n ** (176n - 1n);
27
- exports.maxInt184 = 2n ** (184n - 1n);
28
- exports.maxInt192 = 2n ** (192n - 1n);
29
- exports.maxInt200 = 2n ** (200n - 1n);
30
- exports.maxInt208 = 2n ** (208n - 1n);
31
- exports.maxInt216 = 2n ** (216n - 1n);
32
- exports.maxInt224 = 2n ** (224n - 1n);
33
- exports.maxInt232 = 2n ** (232n - 1n);
34
- exports.maxInt240 = 2n ** (240n - 1n);
35
- exports.maxInt248 = 2n ** (248n - 1n);
36
- exports.maxInt256 = 2n ** (256n - 1n);
37
- exports.minInt8 = -(2n ** 8n);
38
- exports.minInt16 = -(2n ** 16n);
39
- exports.minInt24 = -(2n ** 24n);
40
- exports.minInt32 = -(2n ** 32n);
41
- exports.minInt40 = -(2n ** 40n);
42
- exports.minInt48 = -(2n ** 48n);
43
- exports.minInt56 = -(2n ** 56n);
44
- exports.minInt64 = -(2n ** 64n);
45
- exports.minInt72 = -(2n ** 72n);
46
- exports.minInt80 = -(2n ** 80n);
47
- exports.minInt88 = -(2n ** 88n);
48
- exports.minInt96 = -(2n ** 96n);
49
- exports.minInt104 = -(2n ** 104n);
50
- exports.minInt112 = -(2n ** 112n);
51
- exports.minInt120 = -(2n ** 120n);
52
- exports.minInt128 = -(2n ** 128n);
53
- exports.minInt136 = -(2n ** 136n);
54
- exports.minInt144 = -(2n ** 144n);
55
- exports.minInt152 = -(2n ** 152n);
56
- exports.minInt160 = -(2n ** 160n);
57
- exports.minInt168 = -(2n ** 168n);
58
- exports.minInt176 = -(2n ** 176n);
59
- exports.minInt184 = -(2n ** 184n);
60
- exports.minInt192 = -(2n ** 192n);
61
- exports.minInt200 = -(2n ** 200n);
62
- exports.minInt208 = -(2n ** 208n);
63
- exports.minInt216 = -(2n ** 216n);
64
- exports.minInt224 = -(2n ** 224n);
65
- exports.minInt232 = -(2n ** 232n);
66
- exports.minInt240 = -(2n ** 240n);
67
- exports.minInt248 = -(2n ** 248n);
68
- exports.minInt256 = -(2n ** 256n);
69
- exports.maxUint8 = 2n ** 8n;
70
- exports.maxUint16 = 2n ** 16n;
71
- exports.maxUint24 = 2n ** 24n;
72
- exports.maxUint32 = 2n ** 32n;
73
- exports.maxUint40 = 2n ** 40n;
74
- exports.maxUint48 = 2n ** 48n;
75
- exports.maxUint56 = 2n ** 56n;
76
- exports.maxUint64 = 2n ** 64n;
77
- exports.maxUint72 = 2n ** 72n;
78
- exports.maxUint80 = 2n ** 80n;
79
- exports.maxUint88 = 2n ** 88n;
80
- exports.maxUint96 = 2n ** 96n;
81
- exports.maxUint104 = 2n ** 104n;
82
- exports.maxUint112 = 2n ** 112n;
83
- exports.maxUint120 = 2n ** 120n;
84
- exports.maxUint128 = 2n ** 128n;
85
- exports.maxUint136 = 2n ** 136n;
86
- exports.maxUint144 = 2n ** 144n;
87
- exports.maxUint152 = 2n ** 152n;
88
- exports.maxUint160 = 2n ** 160n;
89
- exports.maxUint168 = 2n ** 168n;
90
- exports.maxUint176 = 2n ** 176n;
91
- exports.maxUint184 = 2n ** 184n;
92
- exports.maxUint192 = 2n ** 192n;
93
- exports.maxUint200 = 2n ** 200n;
94
- exports.maxUint208 = 2n ** 208n;
95
- exports.maxUint216 = 2n ** 216n;
96
- exports.maxUint224 = 2n ** 224n;
97
- exports.maxUint232 = 2n ** 232n;
98
- exports.maxUint240 = 2n ** 240n;
99
- exports.maxUint248 = 2n ** 248n;
100
- exports.maxUint256 = 2n ** 256n;
5
+ exports.maxInt8 = 2n ** (8n - 1n) - 1n;
6
+ exports.maxInt16 = 2n ** (16n - 1n) - 1n;
7
+ exports.maxInt24 = 2n ** (24n - 1n) - 1n;
8
+ exports.maxInt32 = 2n ** (32n - 1n) - 1n;
9
+ exports.maxInt40 = 2n ** (40n - 1n) - 1n;
10
+ exports.maxInt48 = 2n ** (48n - 1n) - 1n;
11
+ exports.maxInt56 = 2n ** (56n - 1n) - 1n;
12
+ exports.maxInt64 = 2n ** (64n - 1n) - 1n;
13
+ exports.maxInt72 = 2n ** (72n - 1n) - 1n;
14
+ exports.maxInt80 = 2n ** (80n - 1n) - 1n;
15
+ exports.maxInt88 = 2n ** (88n - 1n) - 1n;
16
+ exports.maxInt96 = 2n ** (96n - 1n) - 1n;
17
+ exports.maxInt104 = 2n ** (104n - 1n) - 1n;
18
+ exports.maxInt112 = 2n ** (112n - 1n) - 1n;
19
+ exports.maxInt120 = 2n ** (120n - 1n) - 1n;
20
+ exports.maxInt128 = 2n ** (128n - 1n) - 1n;
21
+ exports.maxInt136 = 2n ** (136n - 1n) - 1n;
22
+ exports.maxInt144 = 2n ** (144n - 1n) - 1n;
23
+ exports.maxInt152 = 2n ** (152n - 1n) - 1n;
24
+ exports.maxInt160 = 2n ** (160n - 1n) - 1n;
25
+ exports.maxInt168 = 2n ** (168n - 1n) - 1n;
26
+ exports.maxInt176 = 2n ** (176n - 1n) - 1n;
27
+ exports.maxInt184 = 2n ** (184n - 1n) - 1n;
28
+ exports.maxInt192 = 2n ** (192n - 1n) - 1n;
29
+ exports.maxInt200 = 2n ** (200n - 1n) - 1n;
30
+ exports.maxInt208 = 2n ** (208n - 1n) - 1n;
31
+ exports.maxInt216 = 2n ** (216n - 1n) - 1n;
32
+ exports.maxInt224 = 2n ** (224n - 1n) - 1n;
33
+ exports.maxInt232 = 2n ** (232n - 1n) - 1n;
34
+ exports.maxInt240 = 2n ** (240n - 1n) - 1n;
35
+ exports.maxInt248 = 2n ** (248n - 1n) - 1n;
36
+ exports.maxInt256 = 2n ** (256n - 1n) - 1n;
37
+ exports.minInt8 = -(2n ** (8n - 1n));
38
+ exports.minInt16 = -(2n ** (16n - 1n));
39
+ exports.minInt24 = -(2n ** (24n - 1n));
40
+ exports.minInt32 = -(2n ** (32n - 1n));
41
+ exports.minInt40 = -(2n ** (40n - 1n));
42
+ exports.minInt48 = -(2n ** (48n - 1n));
43
+ exports.minInt56 = -(2n ** (56n - 1n));
44
+ exports.minInt64 = -(2n ** (64n - 1n));
45
+ exports.minInt72 = -(2n ** (72n - 1n));
46
+ exports.minInt80 = -(2n ** (80n - 1n));
47
+ exports.minInt88 = -(2n ** (88n - 1n));
48
+ exports.minInt96 = -(2n ** (96n - 1n));
49
+ exports.minInt104 = -(2n ** (104n - 1n));
50
+ exports.minInt112 = -(2n ** (112n - 1n));
51
+ exports.minInt120 = -(2n ** (120n - 1n));
52
+ exports.minInt128 = -(2n ** (128n - 1n));
53
+ exports.minInt136 = -(2n ** (136n - 1n));
54
+ exports.minInt144 = -(2n ** (144n - 1n));
55
+ exports.minInt152 = -(2n ** (152n - 1n));
56
+ exports.minInt160 = -(2n ** (160n - 1n));
57
+ exports.minInt168 = -(2n ** (168n - 1n));
58
+ exports.minInt176 = -(2n ** (176n - 1n));
59
+ exports.minInt184 = -(2n ** (184n - 1n));
60
+ exports.minInt192 = -(2n ** (192n - 1n));
61
+ exports.minInt200 = -(2n ** (200n - 1n));
62
+ exports.minInt208 = -(2n ** (208n - 1n));
63
+ exports.minInt216 = -(2n ** (216n - 1n));
64
+ exports.minInt224 = -(2n ** (224n - 1n));
65
+ exports.minInt232 = -(2n ** (232n - 1n));
66
+ exports.minInt240 = -(2n ** (240n - 1n));
67
+ exports.minInt248 = -(2n ** (248n - 1n));
68
+ exports.minInt256 = -(2n ** (256n - 1n));
69
+ exports.maxUint8 = 2n ** 8n - 1n;
70
+ exports.maxUint16 = 2n ** 16n - 1n;
71
+ exports.maxUint24 = 2n ** 24n - 1n;
72
+ exports.maxUint32 = 2n ** 32n - 1n;
73
+ exports.maxUint40 = 2n ** 40n - 1n;
74
+ exports.maxUint48 = 2n ** 48n - 1n;
75
+ exports.maxUint56 = 2n ** 56n - 1n;
76
+ exports.maxUint64 = 2n ** 64n - 1n;
77
+ exports.maxUint72 = 2n ** 72n - 1n;
78
+ exports.maxUint80 = 2n ** 80n - 1n;
79
+ exports.maxUint88 = 2n ** 88n - 1n;
80
+ exports.maxUint96 = 2n ** 96n - 1n;
81
+ exports.maxUint104 = 2n ** 104n - 1n;
82
+ exports.maxUint112 = 2n ** 112n - 1n;
83
+ exports.maxUint120 = 2n ** 120n - 1n;
84
+ exports.maxUint128 = 2n ** 128n - 1n;
85
+ exports.maxUint136 = 2n ** 136n - 1n;
86
+ exports.maxUint144 = 2n ** 144n - 1n;
87
+ exports.maxUint152 = 2n ** 152n - 1n;
88
+ exports.maxUint160 = 2n ** 160n - 1n;
89
+ exports.maxUint168 = 2n ** 168n - 1n;
90
+ exports.maxUint176 = 2n ** 176n - 1n;
91
+ exports.maxUint184 = 2n ** 184n - 1n;
92
+ exports.maxUint192 = 2n ** 192n - 1n;
93
+ exports.maxUint200 = 2n ** 200n - 1n;
94
+ exports.maxUint208 = 2n ** 208n - 1n;
95
+ exports.maxUint216 = 2n ** 216n - 1n;
96
+ exports.maxUint224 = 2n ** 224n - 1n;
97
+ exports.maxUint232 = 2n ** 232n - 1n;
98
+ exports.maxUint240 = 2n ** 240n - 1n;
99
+ exports.maxUint248 = 2n ** 248n - 1n;
100
+ exports.maxUint256 = 2n ** 256n - 1n;
101
101
  //# sourceMappingURL=number.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"number.js","sourceRoot":"","sources":["../../../src/constants/number.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"number.js","sourceRoot":"","sources":["../../../src/constants/number.ts"],"names":[],"mappings":"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AAE,CAAA;AAC1B,QAAA,SAAS,GAAG,EAAE,IAAI,GAAG,GAAG,EAAE,CAAA;AAC1B,QAAA,SAAS,GAAG,EAAE,IAAI,GAAG,GAAG,EAAE,CAAA;AAC1B,QAAA,SAAS,GAAG,EAAE,IAAI,GAAG,GAAG,EAAE,CAAA;AAC1B,QAAA,SAAS,GAAG,EAAE,IAAI,GAAG,GAAG,EAAE,CAAA;AAC1B,QAAA,SAAS,GAAG,EAAE,IAAI,GAAG,GAAG,EAAE,CAAA;AAC1B,QAAA,SAAS,GAAG,EAAE,IAAI,GAAG,GAAG,EAAE,CAAA;AAC1B,QAAA,SAAS,GAAG,EAAE,IAAI,GAAG,GAAG,EAAE,CAAA;AAC1B,QAAA,SAAS,GAAG,EAAE,IAAI,GAAG,GAAG,EAAE,CAAA;AAC1B,QAAA,SAAS,GAAG,EAAE,IAAI,GAAG,GAAG,EAAE,CAAA;AAC1B,QAAA,SAAS,GAAG,EAAE,IAAI,GAAG,GAAG,EAAE,CAAA;AAC1B,QAAA,UAAU,GAAG,EAAE,IAAI,IAAI,GAAG,EAAE,CAAA;AAC5B,QAAA,UAAU,GAAG,EAAE,IAAI,IAAI,GAAG,EAAE,CAAA;AAC5B,QAAA,UAAU,GAAG,EAAE,IAAI,IAAI,GAAG,EAAE,CAAA;AAC5B,QAAA,UAAU,GAAG,EAAE,IAAI,IAAI,GAAG,EAAE,CAAA;AAC5B,QAAA,UAAU,GAAG,EAAE,IAAI,IAAI,GAAG,EAAE,CAAA;AAC5B,QAAA,UAAU,GAAG,EAAE,IAAI,IAAI,GAAG,EAAE,CAAA;AAC5B,QAAA,UAAU,GAAG,EAAE,IAAI,IAAI,GAAG,EAAE,CAAA;AAC5B,QAAA,UAAU,GAAG,EAAE,IAAI,IAAI,GAAG,EAAE,CAAA;AAC5B,QAAA,UAAU,GAAG,EAAE,IAAI,IAAI,GAAG,EAAE,CAAA;AAC5B,QAAA,UAAU,GAAG,EAAE,IAAI,IAAI,GAAG,EAAE,CAAA;AAC5B,QAAA,UAAU,GAAG,EAAE,IAAI,IAAI,GAAG,EAAE,CAAA;AAC5B,QAAA,UAAU,GAAG,EAAE,IAAI,IAAI,GAAG,EAAE,CAAA;AAC5B,QAAA,UAAU,GAAG,EAAE,IAAI,IAAI,GAAG,EAAE,CAAA;AAC5B,QAAA,UAAU,GAAG,EAAE,IAAI,IAAI,GAAG,EAAE,CAAA;AAC5B,QAAA,UAAU,GAAG,EAAE,IAAI,IAAI,GAAG,EAAE,CAAA;AAC5B,QAAA,UAAU,GAAG,EAAE,IAAI,IAAI,GAAG,EAAE,CAAA;AAC5B,QAAA,UAAU,GAAG,EAAE,IAAI,IAAI,GAAG,EAAE,CAAA;AAC5B,QAAA,UAAU,GAAG,EAAE,IAAI,IAAI,GAAG,EAAE,CAAA;AAC5B,QAAA,UAAU,GAAG,EAAE,IAAI,IAAI,GAAG,EAAE,CAAA;AAC5B,QAAA,UAAU,GAAG,EAAE,IAAI,IAAI,GAAG,EAAE,CAAA"}
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.version = void 0;
4
- exports.version = '0.0.0-main.20230815T170709';
4
+ exports.version = '0.0.0-main.20230818T155825';
5
5
  //# sourceMappingURL=version.js.map
@@ -1,97 +1,97 @@
1
- export const maxInt8 = 2n ** (8n - 1n);
2
- export const maxInt16 = 2n ** (16n - 1n);
3
- export const maxInt24 = 2n ** (24n - 1n);
4
- export const maxInt32 = 2n ** (32n - 1n);
5
- export const maxInt40 = 2n ** (40n - 1n);
6
- export const maxInt48 = 2n ** (48n - 1n);
7
- export const maxInt56 = 2n ** (56n - 1n);
8
- export const maxInt64 = 2n ** (64n - 1n);
9
- export const maxInt72 = 2n ** (72n - 1n);
10
- export const maxInt80 = 2n ** (80n - 1n);
11
- export const maxInt88 = 2n ** (88n - 1n);
12
- export const maxInt96 = 2n ** (96n - 1n);
13
- export const maxInt104 = 2n ** (104n - 1n);
14
- export const maxInt112 = 2n ** (112n - 1n);
15
- export const maxInt120 = 2n ** (120n - 1n);
16
- export const maxInt128 = 2n ** (128n - 1n);
17
- export const maxInt136 = 2n ** (136n - 1n);
18
- export const maxInt144 = 2n ** (144n - 1n);
19
- export const maxInt152 = 2n ** (152n - 1n);
20
- export const maxInt160 = 2n ** (160n - 1n);
21
- export const maxInt168 = 2n ** (168n - 1n);
22
- export const maxInt176 = 2n ** (176n - 1n);
23
- export const maxInt184 = 2n ** (184n - 1n);
24
- export const maxInt192 = 2n ** (192n - 1n);
25
- export const maxInt200 = 2n ** (200n - 1n);
26
- export const maxInt208 = 2n ** (208n - 1n);
27
- export const maxInt216 = 2n ** (216n - 1n);
28
- export const maxInt224 = 2n ** (224n - 1n);
29
- export const maxInt232 = 2n ** (232n - 1n);
30
- export const maxInt240 = 2n ** (240n - 1n);
31
- export const maxInt248 = 2n ** (248n - 1n);
32
- export const maxInt256 = 2n ** (256n - 1n);
33
- export const minInt8 = -(2n ** 8n);
34
- export const minInt16 = -(2n ** 16n);
35
- export const minInt24 = -(2n ** 24n);
36
- export const minInt32 = -(2n ** 32n);
37
- export const minInt40 = -(2n ** 40n);
38
- export const minInt48 = -(2n ** 48n);
39
- export const minInt56 = -(2n ** 56n);
40
- export const minInt64 = -(2n ** 64n);
41
- export const minInt72 = -(2n ** 72n);
42
- export const minInt80 = -(2n ** 80n);
43
- export const minInt88 = -(2n ** 88n);
44
- export const minInt96 = -(2n ** 96n);
45
- export const minInt104 = -(2n ** 104n);
46
- export const minInt112 = -(2n ** 112n);
47
- export const minInt120 = -(2n ** 120n);
48
- export const minInt128 = -(2n ** 128n);
49
- export const minInt136 = -(2n ** 136n);
50
- export const minInt144 = -(2n ** 144n);
51
- export const minInt152 = -(2n ** 152n);
52
- export const minInt160 = -(2n ** 160n);
53
- export const minInt168 = -(2n ** 168n);
54
- export const minInt176 = -(2n ** 176n);
55
- export const minInt184 = -(2n ** 184n);
56
- export const minInt192 = -(2n ** 192n);
57
- export const minInt200 = -(2n ** 200n);
58
- export const minInt208 = -(2n ** 208n);
59
- export const minInt216 = -(2n ** 216n);
60
- export const minInt224 = -(2n ** 224n);
61
- export const minInt232 = -(2n ** 232n);
62
- export const minInt240 = -(2n ** 240n);
63
- export const minInt248 = -(2n ** 248n);
64
- export const minInt256 = -(2n ** 256n);
65
- export const maxUint8 = 2n ** 8n;
66
- export const maxUint16 = 2n ** 16n;
67
- export const maxUint24 = 2n ** 24n;
68
- export const maxUint32 = 2n ** 32n;
69
- export const maxUint40 = 2n ** 40n;
70
- export const maxUint48 = 2n ** 48n;
71
- export const maxUint56 = 2n ** 56n;
72
- export const maxUint64 = 2n ** 64n;
73
- export const maxUint72 = 2n ** 72n;
74
- export const maxUint80 = 2n ** 80n;
75
- export const maxUint88 = 2n ** 88n;
76
- export const maxUint96 = 2n ** 96n;
77
- export const maxUint104 = 2n ** 104n;
78
- export const maxUint112 = 2n ** 112n;
79
- export const maxUint120 = 2n ** 120n;
80
- export const maxUint128 = 2n ** 128n;
81
- export const maxUint136 = 2n ** 136n;
82
- export const maxUint144 = 2n ** 144n;
83
- export const maxUint152 = 2n ** 152n;
84
- export const maxUint160 = 2n ** 160n;
85
- export const maxUint168 = 2n ** 168n;
86
- export const maxUint176 = 2n ** 176n;
87
- export const maxUint184 = 2n ** 184n;
88
- export const maxUint192 = 2n ** 192n;
89
- export const maxUint200 = 2n ** 200n;
90
- export const maxUint208 = 2n ** 208n;
91
- export const maxUint216 = 2n ** 216n;
92
- export const maxUint224 = 2n ** 224n;
93
- export const maxUint232 = 2n ** 232n;
94
- export const maxUint240 = 2n ** 240n;
95
- export const maxUint248 = 2n ** 248n;
96
- export const maxUint256 = 2n ** 256n;
1
+ export const maxInt8 = 2n ** (8n - 1n) - 1n;
2
+ export const maxInt16 = 2n ** (16n - 1n) - 1n;
3
+ export const maxInt24 = 2n ** (24n - 1n) - 1n;
4
+ export const maxInt32 = 2n ** (32n - 1n) - 1n;
5
+ export const maxInt40 = 2n ** (40n - 1n) - 1n;
6
+ export const maxInt48 = 2n ** (48n - 1n) - 1n;
7
+ export const maxInt56 = 2n ** (56n - 1n) - 1n;
8
+ export const maxInt64 = 2n ** (64n - 1n) - 1n;
9
+ export const maxInt72 = 2n ** (72n - 1n) - 1n;
10
+ export const maxInt80 = 2n ** (80n - 1n) - 1n;
11
+ export const maxInt88 = 2n ** (88n - 1n) - 1n;
12
+ export const maxInt96 = 2n ** (96n - 1n) - 1n;
13
+ export const maxInt104 = 2n ** (104n - 1n) - 1n;
14
+ export const maxInt112 = 2n ** (112n - 1n) - 1n;
15
+ export const maxInt120 = 2n ** (120n - 1n) - 1n;
16
+ export const maxInt128 = 2n ** (128n - 1n) - 1n;
17
+ export const maxInt136 = 2n ** (136n - 1n) - 1n;
18
+ export const maxInt144 = 2n ** (144n - 1n) - 1n;
19
+ export const maxInt152 = 2n ** (152n - 1n) - 1n;
20
+ export const maxInt160 = 2n ** (160n - 1n) - 1n;
21
+ export const maxInt168 = 2n ** (168n - 1n) - 1n;
22
+ export const maxInt176 = 2n ** (176n - 1n) - 1n;
23
+ export const maxInt184 = 2n ** (184n - 1n) - 1n;
24
+ export const maxInt192 = 2n ** (192n - 1n) - 1n;
25
+ export const maxInt200 = 2n ** (200n - 1n) - 1n;
26
+ export const maxInt208 = 2n ** (208n - 1n) - 1n;
27
+ export const maxInt216 = 2n ** (216n - 1n) - 1n;
28
+ export const maxInt224 = 2n ** (224n - 1n) - 1n;
29
+ export const maxInt232 = 2n ** (232n - 1n) - 1n;
30
+ export const maxInt240 = 2n ** (240n - 1n) - 1n;
31
+ export const maxInt248 = 2n ** (248n - 1n) - 1n;
32
+ export const maxInt256 = 2n ** (256n - 1n) - 1n;
33
+ export const minInt8 = -(2n ** (8n - 1n));
34
+ export const minInt16 = -(2n ** (16n - 1n));
35
+ export const minInt24 = -(2n ** (24n - 1n));
36
+ export const minInt32 = -(2n ** (32n - 1n));
37
+ export const minInt40 = -(2n ** (40n - 1n));
38
+ export const minInt48 = -(2n ** (48n - 1n));
39
+ export const minInt56 = -(2n ** (56n - 1n));
40
+ export const minInt64 = -(2n ** (64n - 1n));
41
+ export const minInt72 = -(2n ** (72n - 1n));
42
+ export const minInt80 = -(2n ** (80n - 1n));
43
+ export const minInt88 = -(2n ** (88n - 1n));
44
+ export const minInt96 = -(2n ** (96n - 1n));
45
+ export const minInt104 = -(2n ** (104n - 1n));
46
+ export const minInt112 = -(2n ** (112n - 1n));
47
+ export const minInt120 = -(2n ** (120n - 1n));
48
+ export const minInt128 = -(2n ** (128n - 1n));
49
+ export const minInt136 = -(2n ** (136n - 1n));
50
+ export const minInt144 = -(2n ** (144n - 1n));
51
+ export const minInt152 = -(2n ** (152n - 1n));
52
+ export const minInt160 = -(2n ** (160n - 1n));
53
+ export const minInt168 = -(2n ** (168n - 1n));
54
+ export const minInt176 = -(2n ** (176n - 1n));
55
+ export const minInt184 = -(2n ** (184n - 1n));
56
+ export const minInt192 = -(2n ** (192n - 1n));
57
+ export const minInt200 = -(2n ** (200n - 1n));
58
+ export const minInt208 = -(2n ** (208n - 1n));
59
+ export const minInt216 = -(2n ** (216n - 1n));
60
+ export const minInt224 = -(2n ** (224n - 1n));
61
+ export const minInt232 = -(2n ** (232n - 1n));
62
+ export const minInt240 = -(2n ** (240n - 1n));
63
+ export const minInt248 = -(2n ** (248n - 1n));
64
+ export const minInt256 = -(2n ** (256n - 1n));
65
+ export const maxUint8 = 2n ** 8n - 1n;
66
+ export const maxUint16 = 2n ** 16n - 1n;
67
+ export const maxUint24 = 2n ** 24n - 1n;
68
+ export const maxUint32 = 2n ** 32n - 1n;
69
+ export const maxUint40 = 2n ** 40n - 1n;
70
+ export const maxUint48 = 2n ** 48n - 1n;
71
+ export const maxUint56 = 2n ** 56n - 1n;
72
+ export const maxUint64 = 2n ** 64n - 1n;
73
+ export const maxUint72 = 2n ** 72n - 1n;
74
+ export const maxUint80 = 2n ** 80n - 1n;
75
+ export const maxUint88 = 2n ** 88n - 1n;
76
+ export const maxUint96 = 2n ** 96n - 1n;
77
+ export const maxUint104 = 2n ** 104n - 1n;
78
+ export const maxUint112 = 2n ** 112n - 1n;
79
+ export const maxUint120 = 2n ** 120n - 1n;
80
+ export const maxUint128 = 2n ** 128n - 1n;
81
+ export const maxUint136 = 2n ** 136n - 1n;
82
+ export const maxUint144 = 2n ** 144n - 1n;
83
+ export const maxUint152 = 2n ** 152n - 1n;
84
+ export const maxUint160 = 2n ** 160n - 1n;
85
+ export const maxUint168 = 2n ** 168n - 1n;
86
+ export const maxUint176 = 2n ** 176n - 1n;
87
+ export const maxUint184 = 2n ** 184n - 1n;
88
+ export const maxUint192 = 2n ** 192n - 1n;
89
+ export const maxUint200 = 2n ** 200n - 1n;
90
+ export const maxUint208 = 2n ** 208n - 1n;
91
+ export const maxUint216 = 2n ** 216n - 1n;
92
+ export const maxUint224 = 2n ** 224n - 1n;
93
+ export const maxUint232 = 2n ** 232n - 1n;
94
+ export const maxUint240 = 2n ** 240n - 1n;
95
+ export const maxUint248 = 2n ** 248n - 1n;
96
+ export const maxUint256 = 2n ** 256n - 1n;
97
97
  //# sourceMappingURL=number.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"number.js","sourceRoot":"","sources":["../../../src/constants/number.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"number.js","sourceRoot":"","sources":["../../../src/constants/number.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,OAAO,GAAG,EAAE,IAAI,CAAC,EAAE,GAAG,EAAE,CAAC,GAAG,EAAE,CAAA;AAC3C,MAAM,CAAC,MAAM,QAAQ,GAAG,EAAE,IAAI,CAAC,GAAG,GAAG,EAAE,CAAC,GAAG,EAAE,CAAA;AAC7C,MAAM,CAAC,MAAM,QAAQ,GAAG,EAAE,IAAI,CAAC,GAAG,GAAG,EAAE,CAAC,GAAG,EAAE,CAAA;AAC7C,MAAM,CAAC,MAAM,QAAQ,GAAG,EAAE,IAAI,CAAC,GAAG,GAAG,EAAE,CAAC,GAAG,EAAE,CAAA;AAC7C,MAAM,CAAC,MAAM,QAAQ,GAAG,EAAE,IAAI,CAAC,GAAG,GAAG,EAAE,CAAC,GAAG,EAAE,CAAA;AAC7C,MAAM,CAAC,MAAM,QAAQ,GAAG,EAAE,IAAI,CAAC,GAAG,GAAG,EAAE,CAAC,GAAG,EAAE,CAAA;AAC7C,MAAM,CAAC,MAAM,QAAQ,GAAG,EAAE,IAAI,CAAC,GAAG,GAAG,EAAE,CAAC,GAAG,EAAE,CAAA;AAC7C,MAAM,CAAC,MAAM,QAAQ,GAAG,EAAE,IAAI,CAAC,GAAG,GAAG,EAAE,CAAC,GAAG,EAAE,CAAA;AAC7C,MAAM,CAAC,MAAM,QAAQ,GAAG,EAAE,IAAI,CAAC,GAAG,GAAG,EAAE,CAAC,GAAG,EAAE,CAAA;AAC7C,MAAM,CAAC,MAAM,QAAQ,GAAG,EAAE,IAAI,CAAC,GAAG,GAAG,EAAE,CAAC,GAAG,EAAE,CAAA;AAC7C,MAAM,CAAC,MAAM,QAAQ,GAAG,EAAE,IAAI,CAAC,GAAG,GAAG,EAAE,CAAC,GAAG,EAAE,CAAA;AAC7C,MAAM,CAAC,MAAM,QAAQ,GAAG,EAAE,IAAI,CAAC,GAAG,GAAG,EAAE,CAAC,GAAG,EAAE,CAAA;AAC7C,MAAM,CAAC,MAAM,SAAS,GAAG,EAAE,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,GAAG,EAAE,CAAA;AAC/C,MAAM,CAAC,MAAM,SAAS,GAAG,EAAE,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,GAAG,EAAE,CAAA;AAC/C,MAAM,CAAC,MAAM,SAAS,GAAG,EAAE,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,GAAG,EAAE,CAAA;AAC/C,MAAM,CAAC,MAAM,SAAS,GAAG,EAAE,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,GAAG,EAAE,CAAA;AAC/C,MAAM,CAAC,MAAM,SAAS,GAAG,EAAE,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,GAAG,EAAE,CAAA;AAC/C,MAAM,CAAC,MAAM,SAAS,GAAG,EAAE,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,GAAG,EAAE,CAAA;AAC/C,MAAM,CAAC,MAAM,SAAS,GAAG,EAAE,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,GAAG,EAAE,CAAA;AAC/C,MAAM,CAAC,MAAM,SAAS,GAAG,EAAE,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,GAAG,EAAE,CAAA;AAC/C,MAAM,CAAC,MAAM,SAAS,GAAG,EAAE,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,GAAG,EAAE,CAAA;AAC/C,MAAM,CAAC,MAAM,SAAS,GAAG,EAAE,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,GAAG,EAAE,CAAA;AAC/C,MAAM,CAAC,MAAM,SAAS,GAAG,EAAE,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,GAAG,EAAE,CAAA;AAC/C,MAAM,CAAC,MAAM,SAAS,GAAG,EAAE,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,GAAG,EAAE,CAAA;AAC/C,MAAM,CAAC,MAAM,SAAS,GAAG,EAAE,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,GAAG,EAAE,CAAA;AAC/C,MAAM,CAAC,MAAM,SAAS,GAAG,EAAE,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,GAAG,EAAE,CAAA;AAC/C,MAAM,CAAC,MAAM,SAAS,GAAG,EAAE,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,GAAG,EAAE,CAAA;AAC/C,MAAM,CAAC,MAAM,SAAS,GAAG,EAAE,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,GAAG,EAAE,CAAA;AAC/C,MAAM,CAAC,MAAM,SAAS,GAAG,EAAE,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,GAAG,EAAE,CAAA;AAC/C,MAAM,CAAC,MAAM,SAAS,GAAG,EAAE,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,GAAG,EAAE,CAAA;AAC/C,MAAM,CAAC,MAAM,SAAS,GAAG,EAAE,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,GAAG,EAAE,CAAA;AAC/C,MAAM,CAAC,MAAM,SAAS,GAAG,EAAE,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,GAAG,EAAE,CAAA;AAE/C,MAAM,CAAC,MAAM,OAAO,GAAG,CAAC,CAAC,EAAE,IAAI,CAAC,EAAE,GAAG,EAAE,CAAC,CAAC,CAAA;AACzC,MAAM,CAAC,MAAM,QAAQ,GAAG,CAAC,CAAC,EAAE,IAAI,CAAC,GAAG,GAAG,EAAE,CAAC,CAAC,CAAA;AAC3C,MAAM,CAAC,MAAM,QAAQ,GAAG,CAAC,CAAC,EAAE,IAAI,CAAC,GAAG,GAAG,EAAE,CAAC,CAAC,CAAA;AAC3C,MAAM,CAAC,MAAM,QAAQ,GAAG,CAAC,CAAC,EAAE,IAAI,CAAC,GAAG,GAAG,EAAE,CAAC,CAAC,CAAA;AAC3C,MAAM,CAAC,MAAM,QAAQ,GAAG,CAAC,CAAC,EAAE,IAAI,CAAC,GAAG,GAAG,EAAE,CAAC,CAAC,CAAA;AAC3C,MAAM,CAAC,MAAM,QAAQ,GAAG,CAAC,CAAC,EAAE,IAAI,CAAC,GAAG,GAAG,EAAE,CAAC,CAAC,CAAA;AAC3C,MAAM,CAAC,MAAM,QAAQ,GAAG,CAAC,CAAC,EAAE,IAAI,CAAC,GAAG,GAAG,EAAE,CAAC,CAAC,CAAA;AAC3C,MAAM,CAAC,MAAM,QAAQ,GAAG,CAAC,CAAC,EAAE,IAAI,CAAC,GAAG,GAAG,EAAE,CAAC,CAAC,CAAA;AAC3C,MAAM,CAAC,MAAM,QAAQ,GAAG,CAAC,CAAC,EAAE,IAAI,CAAC,GAAG,GAAG,EAAE,CAAC,CAAC,CAAA;AAC3C,MAAM,CAAC,MAAM,QAAQ,GAAG,CAAC,CAAC,EAAE,IAAI,CAAC,GAAG,GAAG,EAAE,CAAC,CAAC,CAAA;AAC3C,MAAM,CAAC,MAAM,QAAQ,GAAG,CAAC,CAAC,EAAE,IAAI,CAAC,GAAG,GAAG,EAAE,CAAC,CAAC,CAAA;AAC3C,MAAM,CAAC,MAAM,QAAQ,GAAG,CAAC,CAAC,EAAE,IAAI,CAAC,GAAG,GAAG,EAAE,CAAC,CAAC,CAAA;AAC3C,MAAM,CAAC,MAAM,SAAS,GAAG,CAAC,CAAC,EAAE,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,CAAC,CAAA;AAC7C,MAAM,CAAC,MAAM,SAAS,GAAG,CAAC,CAAC,EAAE,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,CAAC,CAAA;AAC7C,MAAM,CAAC,MAAM,SAAS,GAAG,CAAC,CAAC,EAAE,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,CAAC,CAAA;AAC7C,MAAM,CAAC,MAAM,SAAS,GAAG,CAAC,CAAC,EAAE,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,CAAC,CAAA;AAC7C,MAAM,CAAC,MAAM,SAAS,GAAG,CAAC,CAAC,EAAE,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,CAAC,CAAA;AAC7C,MAAM,CAAC,MAAM,SAAS,GAAG,CAAC,CAAC,EAAE,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,CAAC,CAAA;AAC7C,MAAM,CAAC,MAAM,SAAS,GAAG,CAAC,CAAC,EAAE,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,CAAC,CAAA;AAC7C,MAAM,CAAC,MAAM,SAAS,GAAG,CAAC,CAAC,EAAE,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,CAAC,CAAA;AAC7C,MAAM,CAAC,MAAM,SAAS,GAAG,CAAC,CAAC,EAAE,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,CAAC,CAAA;AAC7C,MAAM,CAAC,MAAM,SAAS,GAAG,CAAC,CAAC,EAAE,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,CAAC,CAAA;AAC7C,MAAM,CAAC,MAAM,SAAS,GAAG,CAAC,CAAC,EAAE,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,CAAC,CAAA;AAC7C,MAAM,CAAC,MAAM,SAAS,GAAG,CAAC,CAAC,EAAE,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,CAAC,CAAA;AAC7C,MAAM,CAAC,MAAM,SAAS,GAAG,CAAC,CAAC,EAAE,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,CAAC,CAAA;AAC7C,MAAM,CAAC,MAAM,SAAS,GAAG,CAAC,CAAC,EAAE,IAAI,CAAC,IAA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"}
@@ -1,2 +1,2 @@
1
- export const version = '0.0.0-main.20230815T170709';
1
+ export const version = '0.0.0-main.20230818T155825';
2
2
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"number.d.ts","sourceRoot":"","sources":["../../../src/constants/number.ts"],"names":[],"mappings":"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Y,CAAA;AAClC,eAAO,MAAM,UAAU,QAAa,CAAA;AACpC,eAAO,MAAM,UAAU,QAAa,CAAA;AACpC,eAAO,MAAM,UAAU,QAAa,CAAA;AACpC,eAAO,MAAM,UAAU,QAAa,CAAA;AACpC,eAAO,MAAM,UAAU,QAAa,CAAA;AACpC,eAAO,MAAM,UAAU,QAAa,CAAA;AACpC,eAAO,MAAM,UAAU,QAAa,CAAA;AACpC,eAAO,MAAM,UAAU,QAAa,CAAA;AACpC,eAAO,MAAM,UAAU,QAAa,CAAA;AACpC,eAAO,MAAM,UAAU,QAAa,CAAA;AACpC,eAAO,MAAM,UAAU,QAAa,CAAA;AACpC,eAAO,MAAM,UAAU,QAAa,CAAA;AACpC,eAAO,MAAM,UAAU,QAAa,CAAA;AACpC,eAAO,MAAM,UAAU,QAAa,CAAA;AACpC,eAAO,MAAM,UAAU,QAAa,CAAA;AACpC,eAAO,MAAM,UAAU,QAAa,CAAA;AACpC,eAAO,MAAM,UAAU,QAAa,CAAA;AACpC,eAAO,MAAM,UAAU,QAAa,CAAA;AACpC,eAAO,MAAM,UAAU,QAAa,CAAA;AACpC,eAAO,MAAM,UAAU,QAAa,CAAA"}
1
+ {"version":3,"file":"number.d.ts","sourceRoot":"","sources":["../../../src/constants/number.ts"],"names":[],"mappings":"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ACvC,eAAO,MAAM,SAAS,QAAiB,CAAA;AACvC,eAAO,MAAM,UAAU,QAAkB,CAAA;AACzC,eAAO,MAAM,UAAU,QAAkB,CAAA;AACzC,eAAO,MAAM,UAAU,QAAkB,CAAA;AACzC,eAAO,MAAM,UAAU,QAAkB,CAAA;AACzC,eAAO,MAAM,UAAU,QAAkB,CAAA;AACzC,eAAO,MAAM,UAAU,QAAkB,CAAA;AACzC,eAAO,MAAM,UAAU,QAAkB,CAAA;AACzC,eAAO,MAAM,UAAU,QAAkB,CAAA;AACzC,eAAO,MAAM,UAAU,QAAkB,CAAA;AACzC,eAAO,MAAM,UAAU,QAAkB,CAAA;AACzC,eAAO,MAAM,UAAU,QAAkB,CAAA;AACzC,eAAO,MAAM,UAAU,QAAkB,CAAA;AACzC,eAAO,MAAM,UAAU,QAAkB,CAAA;AACzC,eAAO,MAAM,UAAU,QAAkB,CAAA;AACzC,eAAO,MAAM,UAAU,QAAkB,CAAA;AACzC,eAAO,MAAM,UAAU,QAAkB,CAAA;AACzC,eAAO,MAAM,UAAU,QAAkB,CAAA;AACzC,eAAO,MAAM,UAAU,QAAkB,CAAA;AACzC,eAAO,MAAM,UAAU,QAAkB,CAAA;AACzC,eAAO,MAAM,UAAU,QAAkB,CAAA"}
@@ -1,2 +1,2 @@
1
- export declare const version = "0.0.0-main.20230815T170709";
1
+ export declare const version = "0.0.0-main.20230818T155825";
2
2
  //# sourceMappingURL=version.d.ts.map
package/package.json CHANGED
@@ -21,7 +21,7 @@
21
21
  "optional": true
22
22
  }
23
23
  },
24
- "version": "0.0.0-main.20230815T170709",
24
+ "version": "0.0.0-main.20230818T155825",
25
25
  "files": [
26
26
  "dist",
27
27
  "!dist/**/*.tsbuildinfo",
@@ -1,98 +1,98 @@
1
- export const maxInt8 = 2n ** (8n - 1n)
2
- export const maxInt16 = 2n ** (16n - 1n)
3
- export const maxInt24 = 2n ** (24n - 1n)
4
- export const maxInt32 = 2n ** (32n - 1n)
5
- export const maxInt40 = 2n ** (40n - 1n)
6
- export const maxInt48 = 2n ** (48n - 1n)
7
- export const maxInt56 = 2n ** (56n - 1n)
8
- export const maxInt64 = 2n ** (64n - 1n)
9
- export const maxInt72 = 2n ** (72n - 1n)
10
- export const maxInt80 = 2n ** (80n - 1n)
11
- export const maxInt88 = 2n ** (88n - 1n)
12
- export const maxInt96 = 2n ** (96n - 1n)
13
- export const maxInt104 = 2n ** (104n - 1n)
14
- export const maxInt112 = 2n ** (112n - 1n)
15
- export const maxInt120 = 2n ** (120n - 1n)
16
- export const maxInt128 = 2n ** (128n - 1n)
17
- export const maxInt136 = 2n ** (136n - 1n)
18
- export const maxInt144 = 2n ** (144n - 1n)
19
- export const maxInt152 = 2n ** (152n - 1n)
20
- export const maxInt160 = 2n ** (160n - 1n)
21
- export const maxInt168 = 2n ** (168n - 1n)
22
- export const maxInt176 = 2n ** (176n - 1n)
23
- export const maxInt184 = 2n ** (184n - 1n)
24
- export const maxInt192 = 2n ** (192n - 1n)
25
- export const maxInt200 = 2n ** (200n - 1n)
26
- export const maxInt208 = 2n ** (208n - 1n)
27
- export const maxInt216 = 2n ** (216n - 1n)
28
- export const maxInt224 = 2n ** (224n - 1n)
29
- export const maxInt232 = 2n ** (232n - 1n)
30
- export const maxInt240 = 2n ** (240n - 1n)
31
- export const maxInt248 = 2n ** (248n - 1n)
32
- export const maxInt256 = 2n ** (256n - 1n)
1
+ export const maxInt8 = 2n ** (8n - 1n) - 1n
2
+ export const maxInt16 = 2n ** (16n - 1n) - 1n
3
+ export const maxInt24 = 2n ** (24n - 1n) - 1n
4
+ export const maxInt32 = 2n ** (32n - 1n) - 1n
5
+ export const maxInt40 = 2n ** (40n - 1n) - 1n
6
+ export const maxInt48 = 2n ** (48n - 1n) - 1n
7
+ export const maxInt56 = 2n ** (56n - 1n) - 1n
8
+ export const maxInt64 = 2n ** (64n - 1n) - 1n
9
+ export const maxInt72 = 2n ** (72n - 1n) - 1n
10
+ export const maxInt80 = 2n ** (80n - 1n) - 1n
11
+ export const maxInt88 = 2n ** (88n - 1n) - 1n
12
+ export const maxInt96 = 2n ** (96n - 1n) - 1n
13
+ export const maxInt104 = 2n ** (104n - 1n) - 1n
14
+ export const maxInt112 = 2n ** (112n - 1n) - 1n
15
+ export const maxInt120 = 2n ** (120n - 1n) - 1n
16
+ export const maxInt128 = 2n ** (128n - 1n) - 1n
17
+ export const maxInt136 = 2n ** (136n - 1n) - 1n
18
+ export const maxInt144 = 2n ** (144n - 1n) - 1n
19
+ export const maxInt152 = 2n ** (152n - 1n) - 1n
20
+ export const maxInt160 = 2n ** (160n - 1n) - 1n
21
+ export const maxInt168 = 2n ** (168n - 1n) - 1n
22
+ export const maxInt176 = 2n ** (176n - 1n) - 1n
23
+ export const maxInt184 = 2n ** (184n - 1n) - 1n
24
+ export const maxInt192 = 2n ** (192n - 1n) - 1n
25
+ export const maxInt200 = 2n ** (200n - 1n) - 1n
26
+ export const maxInt208 = 2n ** (208n - 1n) - 1n
27
+ export const maxInt216 = 2n ** (216n - 1n) - 1n
28
+ export const maxInt224 = 2n ** (224n - 1n) - 1n
29
+ export const maxInt232 = 2n ** (232n - 1n) - 1n
30
+ export const maxInt240 = 2n ** (240n - 1n) - 1n
31
+ export const maxInt248 = 2n ** (248n - 1n) - 1n
32
+ export const maxInt256 = 2n ** (256n - 1n) - 1n
33
33
 
34
- export const minInt8 = -(2n ** 8n)
35
- export const minInt16 = -(2n ** 16n)
36
- export const minInt24 = -(2n ** 24n)
37
- export const minInt32 = -(2n ** 32n)
38
- export const minInt40 = -(2n ** 40n)
39
- export const minInt48 = -(2n ** 48n)
40
- export const minInt56 = -(2n ** 56n)
41
- export const minInt64 = -(2n ** 64n)
42
- export const minInt72 = -(2n ** 72n)
43
- export const minInt80 = -(2n ** 80n)
44
- export const minInt88 = -(2n ** 88n)
45
- export const minInt96 = -(2n ** 96n)
46
- export const minInt104 = -(2n ** 104n)
47
- export const minInt112 = -(2n ** 112n)
48
- export const minInt120 = -(2n ** 120n)
49
- export const minInt128 = -(2n ** 128n)
50
- export const minInt136 = -(2n ** 136n)
51
- export const minInt144 = -(2n ** 144n)
52
- export const minInt152 = -(2n ** 152n)
53
- export const minInt160 = -(2n ** 160n)
54
- export const minInt168 = -(2n ** 168n)
55
- export const minInt176 = -(2n ** 176n)
56
- export const minInt184 = -(2n ** 184n)
57
- export const minInt192 = -(2n ** 192n)
58
- export const minInt200 = -(2n ** 200n)
59
- export const minInt208 = -(2n ** 208n)
60
- export const minInt216 = -(2n ** 216n)
61
- export const minInt224 = -(2n ** 224n)
62
- export const minInt232 = -(2n ** 232n)
63
- export const minInt240 = -(2n ** 240n)
64
- export const minInt248 = -(2n ** 248n)
65
- export const minInt256 = -(2n ** 256n)
34
+ export const minInt8 = -(2n ** (8n - 1n))
35
+ export const minInt16 = -(2n ** (16n - 1n))
36
+ export const minInt24 = -(2n ** (24n - 1n))
37
+ export const minInt32 = -(2n ** (32n - 1n))
38
+ export const minInt40 = -(2n ** (40n - 1n))
39
+ export const minInt48 = -(2n ** (48n - 1n))
40
+ export const minInt56 = -(2n ** (56n - 1n))
41
+ export const minInt64 = -(2n ** (64n - 1n))
42
+ export const minInt72 = -(2n ** (72n - 1n))
43
+ export const minInt80 = -(2n ** (80n - 1n))
44
+ export const minInt88 = -(2n ** (88n - 1n))
45
+ export const minInt96 = -(2n ** (96n - 1n))
46
+ export const minInt104 = -(2n ** (104n - 1n))
47
+ export const minInt112 = -(2n ** (112n - 1n))
48
+ export const minInt120 = -(2n ** (120n - 1n))
49
+ export const minInt128 = -(2n ** (128n - 1n))
50
+ export const minInt136 = -(2n ** (136n - 1n))
51
+ export const minInt144 = -(2n ** (144n - 1n))
52
+ export const minInt152 = -(2n ** (152n - 1n))
53
+ export const minInt160 = -(2n ** (160n - 1n))
54
+ export const minInt168 = -(2n ** (168n - 1n))
55
+ export const minInt176 = -(2n ** (176n - 1n))
56
+ export const minInt184 = -(2n ** (184n - 1n))
57
+ export const minInt192 = -(2n ** (192n - 1n))
58
+ export const minInt200 = -(2n ** (200n - 1n))
59
+ export const minInt208 = -(2n ** (208n - 1n))
60
+ export const minInt216 = -(2n ** (216n - 1n))
61
+ export const minInt224 = -(2n ** (224n - 1n))
62
+ export const minInt232 = -(2n ** (232n - 1n))
63
+ export const minInt240 = -(2n ** (240n - 1n))
64
+ export const minInt248 = -(2n ** (248n - 1n))
65
+ export const minInt256 = -(2n ** (256n - 1n))
66
66
 
67
- export const maxUint8 = 2n ** 8n
68
- export const maxUint16 = 2n ** 16n
69
- export const maxUint24 = 2n ** 24n
70
- export const maxUint32 = 2n ** 32n
71
- export const maxUint40 = 2n ** 40n
72
- export const maxUint48 = 2n ** 48n
73
- export const maxUint56 = 2n ** 56n
74
- export const maxUint64 = 2n ** 64n
75
- export const maxUint72 = 2n ** 72n
76
- export const maxUint80 = 2n ** 80n
77
- export const maxUint88 = 2n ** 88n
78
- export const maxUint96 = 2n ** 96n
79
- export const maxUint104 = 2n ** 104n
80
- export const maxUint112 = 2n ** 112n
81
- export const maxUint120 = 2n ** 120n
82
- export const maxUint128 = 2n ** 128n
83
- export const maxUint136 = 2n ** 136n
84
- export const maxUint144 = 2n ** 144n
85
- export const maxUint152 = 2n ** 152n
86
- export const maxUint160 = 2n ** 160n
87
- export const maxUint168 = 2n ** 168n
88
- export const maxUint176 = 2n ** 176n
89
- export const maxUint184 = 2n ** 184n
90
- export const maxUint192 = 2n ** 192n
91
- export const maxUint200 = 2n ** 200n
92
- export const maxUint208 = 2n ** 208n
93
- export const maxUint216 = 2n ** 216n
94
- export const maxUint224 = 2n ** 224n
95
- export const maxUint232 = 2n ** 232n
96
- export const maxUint240 = 2n ** 240n
97
- export const maxUint248 = 2n ** 248n
98
- export const maxUint256 = 2n ** 256n
67
+ export const maxUint8 = 2n ** 8n - 1n
68
+ export const maxUint16 = 2n ** 16n - 1n
69
+ export const maxUint24 = 2n ** 24n - 1n
70
+ export const maxUint32 = 2n ** 32n - 1n
71
+ export const maxUint40 = 2n ** 40n - 1n
72
+ export const maxUint48 = 2n ** 48n - 1n
73
+ export const maxUint56 = 2n ** 56n - 1n
74
+ export const maxUint64 = 2n ** 64n - 1n
75
+ export const maxUint72 = 2n ** 72n - 1n
76
+ export const maxUint80 = 2n ** 80n - 1n
77
+ export const maxUint88 = 2n ** 88n - 1n
78
+ export const maxUint96 = 2n ** 96n - 1n
79
+ export const maxUint104 = 2n ** 104n - 1n
80
+ export const maxUint112 = 2n ** 112n - 1n
81
+ export const maxUint120 = 2n ** 120n - 1n
82
+ export const maxUint128 = 2n ** 128n - 1n
83
+ export const maxUint136 = 2n ** 136n - 1n
84
+ export const maxUint144 = 2n ** 144n - 1n
85
+ export const maxUint152 = 2n ** 152n - 1n
86
+ export const maxUint160 = 2n ** 160n - 1n
87
+ export const maxUint168 = 2n ** 168n - 1n
88
+ export const maxUint176 = 2n ** 176n - 1n
89
+ export const maxUint184 = 2n ** 184n - 1n
90
+ export const maxUint192 = 2n ** 192n - 1n
91
+ export const maxUint200 = 2n ** 200n - 1n
92
+ export const maxUint208 = 2n ** 208n - 1n
93
+ export const maxUint216 = 2n ** 216n - 1n
94
+ export const maxUint224 = 2n ** 224n - 1n
95
+ export const maxUint232 = 2n ** 232n - 1n
96
+ export const maxUint240 = 2n ** 240n - 1n
97
+ export const maxUint248 = 2n ** 248n - 1n
98
+ export const maxUint256 = 2n ** 256n - 1n
@@ -1 +1 @@
1
- export const version = '0.0.0-main.20230815T170709'
1
+ export const version = '0.0.0-main.20230818T155825'