summary refs log tree commit diff stats
path: root/tests/gc
diff options
context:
space:
mode:
authoree7 <45465154+ee7@users.noreply.github.com>2020-10-02 21:10:24 +0200
committerGitHub <noreply@github.com>2020-10-02 21:10:24 +0200
commitd48b356e493a7a7f6e2cf9855de893f811b2e9ad (patch)
tree65727ce1e38fa178fe7ab144a049d38a29ccb1c4 /tests/gc
parent7ef22bf9120e3051fadd14532e4f65fcd1558681 (diff)
downloadNim-d48b356e493a7a7f6e2cf9855de893f811b2e9ad.tar.gz
intsets.nim: Add `toIntSet` proc (#15460)
Similar to:
- `critbits.toCritBitTree`
- `deques.toDeque`
- `sets.toHashSet`
- `tables.toTable`
Diffstat (limited to 'tests/gc')
0 files changed, 0 insertions, 0 deletions
8f505904f ^







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