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 14676f9 commit 5f34f10Copy full SHA for 5f34f10
src/fsharp/FSharp.Core/array.fs
@@ -537,6 +537,7 @@ namespace Microsoft.FSharp.Collections
537
538
let res1 = Array.subUnchecked 0 upCount res
539
let res2 = Array.zeroCreateUnchecked (array.Length - upCount)
540
+
541
downCount <- array.Length-1
542
for i = 0 to res2.Length-1 do
543
res2.[i] <- res.[downCount]
0 commit comments