Dependency updates

This commit is contained in:
eikek
2022-06-13 23:11:25 +02:00
parent c130b66bbd
commit 42588593f3
6 changed files with 24 additions and 18 deletions

View File

@ -123,7 +123,7 @@ object StringUtil {
catch { case _: NumberFormatException => ~idx }
sb.append(asInt.toChar)
end
} else ~(str.length)
} else ~str.length
}
@annotation.tailrec
def loop(idx: Int): Int =