We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d147871 commit 045c02cCopy full SHA for 045c02c
pkg/strings/strings.cell
@@ -1,6 +1,6 @@
1
package strings
2
3
-const maxInt = uint64(uint64(-1)^uint64(0) >> uint64(1))
+const maxInt = 2147483647 // u32.max
4
5
// Join concatenates the elements of its first argument to create a single string. The separator
6
// string sep is placed between elements in the resulting string.
0 commit comments