summary refs log tree commit diff stats
path: root/lib/pure/collections/sequtils.nim
Commit message (Expand)AuthorAgeFilesLines
* recursive tuple types are now invalid (breaking change)Araq2014-10-021-0/+2
* big renameAraq2014-08-271-26/+26
* Move newSeqWith to sequtilsdef2014-08-111-0/+24
* Merge pull request #1377 from sjakobi/patch-1Andreas Rumpf2014-07-191-1/+1
|\
| * sequtils: Correct documentation for keepIf procSimon Jakobi2014-07-181-1/+1
* | sequtils: Complete mapIt documentation exampleSimon Jakobi2014-07-191-0/+1
|/
* Merge pull request #1301 from def-/sequtils-filter-directlyAndreas Rumpf2014-06-301-0/+49
|\
| * Rename keepIfIt to keepItIfdef2014-06-281-5/+5
| * Add keepIf proc and keepIfIt template to sequtilsdef2014-06-221-0/+49
* | Rename sequtils.distnct to sequtils.deduplicate.Reimer Behrends2014-06-281-9/+5
|/
* Renames split to distribute. Refs #1084.Grzegorz Adam Hankiewicz2014-04-131-28/+29
* Adds generic split proc to sequtils.Grzegorz Adam Hankiewicz2014-04-111-0/+90
* Adds convenience mapIt templates.Grzegorz Adam Hankiewicz2014-02-021-0/+39
* case consistency part 4Araq2013-12-271-1/+1
* Apply changes suggested by AraqVarriount2013-10-271-2/+21
* Added an insertion function that inserts elements of an openarray.Clay Sweetser2013-10-201-0/+50
* 'inject' for 'for' loop variablesAraq2013-05-141-2/+1
* Fixes the dirtyness of the filterIt template. Refs #351.Grzegorz Adam Hankiewicz2013-03-171-2/+7
* Adds foldl and foldr templates to sequtils.Grzegorz Adam Hankiewicz2013-03-161-0/+98
* Indents documentation tests with blocks for hygiene.Grzegorz Adam Hankiewicz2013-03-161-57/+56
* Renames each proc to map, each is left deprecated.Grzegorz Adam Hankiewicz2013-01-221-2/+2
* fixes sequtils.filterItAraq2013-01-191-5/+4
* Adds note about distnct being misspelled on purpose.Grzegorz Adam Hankiewicz2013-01-091-1/+5
* Adds documentation examples to sequtils.Grzegorz Adam Hankiewicz2013-01-091-8/+145
* Hyperlinks each proc and explains it is like map.Grzegorz Adam Hankiewicz2013-01-091-2/+5
* Moves toSeq template to public sequtils module.Grzegorz Adam Hankiewicz2013-01-031-0/+6
* documented hygienic templates; made tests green; fixed system.clampAraq2012-08-221-1/+4
* made tests green againAraq2012-08-161-1/+1
* preparations for making 'closure' the default calling convention for proc typesAraq2012-07-161-2/+2
* the test suite is mostly green againZahary Karadjov2012-03-161-1/+1
* memfiles now uses winlean; changed the interface to raise EOSAraq2011-11-051-0/+3
* bugfixes; added events module, sequtils moduleAraq2011-07-261-0/+59
='author Andreas Rumpf <rumpf_a@web.de> 2008-11-16 22:08:15 +0100 committer Andreas Rumpf <rumpf_a@web.de> 2008-11-16 22:08:15 +0100 version 0.7.0' href='/ahoang/Nim/commit/lib/hashes.nim?h=devel&id=8b2a9401a147bd0b26cd2976ae71a1022fbde8cc'>8b2a9401a ^
6914244f3 ^
8b2a9401a ^
6914244f3 ^
1785c6877 ^
fe285b354 ^


b731e6ef1 ^
4741e8f9a ^
b731e6ef1 ^
4f8823876 ^
922e216b8 ^
92b8fac94 ^

922e216b8 ^
8b2a9401a ^
1785c6877 ^
fe285b354 ^

6914244f3 ^
8b2a9401a ^
1785c6877 ^
fe285b354 ^










6914244f3 ^
4f8823876 ^
83deb233e ^
6914244f3 ^
83deb233e ^




4f8823876 ^
6914244f3 ^
8b2a9401a ^


6914244f3 ^
07eaafca6 ^
8b2a9401a ^

6914244f3 ^
8b2a9401a ^


c38956a85 ^
d0f2ce3ae ^
414d69cce ^

6914244f3 ^
8b2a9401a ^
6914244f3 ^
4f8823876 ^
922e216b8 ^

4f8823876 ^
07eaafca6 ^









6914244f3 ^
8b2a9401a ^
6914244f3 ^
1b4db5a34 ^


4741e8f9a ^
4f8823876 ^
1b4db5a34 ^
dd30bab48 ^
1b4db5a34 ^
dd30bab48 ^




1b4db5a34 ^
922e216b8 ^
8b2a9401a ^
07eaafca6 ^




















6914244f3 ^
8b2a9401a ^
6914244f3 ^
4f8823876 ^
4741e8f9a ^
4f8823876 ^
8b2a9401a ^
922e216b8 ^

4741e8f9a ^
07eaafca6 ^













6914244f3 ^
07eaafca6 ^
1852c0548 ^
6914244f3 ^
1852c0548 ^
4f8823876 ^


6914244f3 ^

4f8823876 ^

6914244f3 ^
4f8823876 ^




6914244f3 ^
07eaafca6 ^
6aabf9b7d ^

f862e80be ^
07eaafca6 ^







6914244f3 ^
07eaafca6 ^
f862e80be ^

4f8823876 ^
07eaafca6 ^








1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248