mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-12 22:33:49 +00:00
Algorithm improvements (#16529)
* Improve documentation for algorithm Remove unused import in algorithm tests Improve formatting * Reapply fix for reverse on empty openArray * Use 3rd person singular Add more explanations.
This commit is contained in:
@@ -3,7 +3,7 @@ discard """
|
||||
'''
|
||||
"""
|
||||
#12928,10456
|
||||
import sequtils, strutils, algorithm, json
|
||||
import sequtils, algorithm, json
|
||||
|
||||
proc test() =
|
||||
try:
|
||||
@@ -14,7 +14,7 @@ proc test() =
|
||||
echo prefixes
|
||||
except:
|
||||
discard
|
||||
|
||||
|
||||
test()
|
||||
|
||||
block:
|
||||
|
||||
Reference in New Issue
Block a user