summary refs log tree commit diff stats
path: root/doc/manual/generics.txt
Commit message (Expand)AuthorAgeFilesLines
* removes 'x is iterator' special casing in the languageAraq2015-12-031-1/+1
* added --reportConceptFailures switch to the manualAraq2015-10-221-0/+4
* clarify the meaning of the 'auto' metatype; 'auto' is now bind-multiple; fixe...Araq2015-09-141-10/+1
* doc: Trim .txt files trailing whitespaceAdam Strzelecki2015-09-041-1/+1
* rename writeln to writeLine in docpatrick dw2015-06-191-1/+1
* Note about deprecation in generics.txtapense2015-06-081-2/+4
* Fix container example in manual a bitdef2015-04-071-1/+1
* updated the manualAraq2015-03-231-31/+6
* breaking change: 'concept' is now a keyword and used instead of 'generic'Araq2015-03-231-35/+35
* Manual renamesdef2015-01-161-22/+22
* manual split up into multiple files; documented the new concurrency systemAraq2014-10-021-0/+346
30:03 -0400 Added example for associativity' href='/ahoang/Nim/commit/doc/manual/syntax.txt?h=devel&id=f8870280d7d0661da7187ee6be48c3c6419515f6'>f8870280d ^
2c1f3f75f ^

f8870280d ^
2c1f3f75f ^






06617bbb7 ^


f8870280d ^
2c1f3f75f ^
06617bbb7 ^
2c1f3f75f ^
2804c0373 ^
2c1f3f75f ^

2804c0373 ^
2c1f3f75f ^
2804c0373 ^
849069922 ^

2804c0373 ^

849069922 ^
2804c0373 ^

849069922 ^
2804c0373 ^

2c1f3f75f ^


46f1f41cc ^







2c1f3f75f ^


657dca5c3 ^
d7a472743 ^
2c1f3f75f ^




d7a472743 ^
849069922 ^
2c1f3f75f ^






f8870280d ^
2c1f3f75f ^

d7a472743 ^
2c1f3f75f ^







d7a472743 ^
2c1f3f75f ^














1a88c01f9 ^
2c1f3f75f ^

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