preparations for more Nimble packages; clear licensing; fixes #2949

This commit is contained in:
Araq
2015-06-20 23:24:21 +02:00
parent e74012b396
commit 87f65f5e72
70 changed files with 1061 additions and 54085 deletions

View File

@@ -355,7 +355,7 @@ when isMainModule:
var srt1 = [1,2,3,4,4,4,4,5]
var srt2 = ["iello","hello"]
var srt3 = [1.0,1.0,1.0]
var srt4 = []
var srt4: seq[int] = @[]
assert srt1.isSorted(cmp) == true
assert srt2.isSorted(cmp) == false
assert srt3.isSorted(cmp) == true