v2 / vlib / v / slow_tests / inout / comptime_bool_fields.out
22 lines · 22 sloc · 323 bytes · 6a32c810703f4ec0c39fe18298ebe6c40acac8f1
Raw
1field: a
2a is mut?: true
3field: b
4b is mut?: true
5b is struct?: true
6field: c
7c is pub?: true
8c is option?: true
9field: d
10d is pub?: true
11d is map?: true
12field: e
13e is pub?: true
14e is atomic?: true
15field: f
16f is pub?: true
17f is mut?: true
18f is array?: true
19field: zzz
20zzz is pub?: true
21zzz is mut?: true
22zzz is alias?: true