better docs: sequtils

This commit is contained in:
narimiran
2019-01-07 18:56:21 +01:00
parent 4355f23ee5
commit b097081f10
2 changed files with 414 additions and 303 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -76,7 +76,7 @@ task "testskel", "create skeleton test dir for testing":
task "clean", "cleanup generated files":
var dirs = @["nimcache", "server"/"nimcache"]
dirs.map(proc(x: var string) =
dirs.apply(proc(x: var string) =
if existsDir(x): removeDir(x))
task "download", "download game assets":