summary refs log tree commit diff stats
path: root/tests/stdlib/tchannels.nim
diff options
context:
space:
mode:
authorTimothee Cour <timothee.cour2@gmail.com>2021-06-20 00:49:18 -0700
committerGitHub <noreply@github.com>2021-06-20 09:49:18 +0200
commit128d21be1cdf28d6aac6a63910fabf02f186e548 (patch)
tree4b91764842d72e6ad15f379c06de7421844c966e /tests/stdlib/tchannels.nim
parentad5063aed101f0102fb867f0b4e518ede7fa188b (diff)
downloadNim-128d21be1cdf28d6aac6a63910fabf02f186e548.tar.gz
add `typetraits.pointerBase` to return `T` in `ref T|ptr T` (#18293)
* add typetraits.deref to return T in ref T|ptr T

* deref => refBase

* refBase=>pointerBase

* [skip ci] address comment
Diffstat (limited to 'tests/stdlib/tchannels.nim')
0 files changed, 0 insertions, 0 deletions
4 -0800 committer Kartik Agaram <vc@akkartik.com> 2020-01-27 00:36:44 -0800 5924' href='/akkartik/mu/commit/053new-segment.subx?h=main&id=71eb22a5bf94f5fa0a3c95212450e3c6a1a6a990'>71eb22a5 ^
cdfb2dbf ^

33352536 ^
cdfb2dbf ^
ee9a9237 ^
33352536 ^
6030d7e2 ^
ee9a9237 ^
6030d7e2 ^
ee9a9237 ^
33352536 ^
71eb22a5 ^
33352536 ^




7dac9ade ^
871d2227 ^
71eb22a5 ^
7a583220 ^
33352536 ^

cdfb2dbf ^
33352536 ^

c98d4b1c ^
33352536 ^
686a52bd ^
f75f333f ^
33352536 ^
7dac9ade ^
33352536 ^


71eb22a5 ^
33352536 ^
71eb22a5 ^
33352536 ^

cf02c20b ^
cdfb2dbf ^
33352536 ^

7a583220 ^
33352536 ^

6030d7e2 ^
871d2227 ^

e5cbbea4 ^
871d2227 ^
f1eade72 ^
6030d7e2 ^
9b16f190 ^
686a52bd ^
6030d7e2 ^
9b16f190 ^
6030d7e2 ^
9b16f190 ^
6030d7e2 ^
9b16f190 ^
6030d7e2 ^
9b16f190 ^
6030d7e2 ^
9b16f190 ^
871d2227 ^
ee9a9237 ^
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