macocio
2018-11-3 22:31:51

@macocio has joined the channel


macocio
2018-11-3 22:32:22

Is there any way to access a struct’s fields without specifying its type?


macocio
2018-11-3 22:32:55

For instance, in C I can access a.b.c.d without manually specifying the type of each substruct.


samth
2018-11-3 23:17:14

@macocio not without using reflection