From 0cac8d9b6fa2c982468899db109a964df979b186 Mon Sep 17 00:00:00 2001 From: Araq Date: Thu, 16 Aug 2012 19:05:38 +0200 Subject: made tests green again --- lib/pure/collections/sequtils.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/pure/collections') diff --git a/lib/pure/collections/sequtils.nim b/lib/pure/collections/sequtils.nim index 04eab419b..9e39bff62 100644 --- a/lib/pure/collections/sequtils.nim +++ b/lib/pure/collections/sequtils.nim @@ -15,7 +15,7 @@ ## **Note**: This interface will change as soon as the compiler supports ## closures and proper coroutines. -proc concat*[T](seqs: openarray[seq[T]]): seq[T] = +proc concat*[T](seqs: varargs[seq[T]]): seq[T] = ## Takes several sequences' items and returns them inside of one sequence. var L = 0 for seqitm in items(seqs): inc(L, len(seqitm)) -- cgit 1.4.1-2-gfad0 n> This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)ahoang <ahoang@tilde.institute>
summary refs log blame commit diff stats
path: root/icons/nim.rc
blob: c053e08e9e10f4d9a24e7ec7f0d0dcc0def7865a (plain) (tree)
1
2
3