- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for STRL (0.01 sec)
-
cmd/utils.go
if len(strs) == 1 { return xfix } // compare first to rest for _, str := range strs[1:] { xfixl := len(xfix) strl := len(str) // short-circuit empty strings if xfixl == 0 || strl == 0 { return "" } // maximum possible length maxl := min(strl, xfixl) // compare letters if pre { // prefix, iterate left to right for i := range maxl { if xfix[i] != str[i] {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 33K bytes - Viewed (0)