5 ms·
The fact that pointer types can't be used with this pattern without typedef still seems kinda primitive to me.
by fuhsnn 7mo ago
The fact that pointer types can't be used with this pattern without typedef still seems kinda primitive to me.
- uecker 7mo agoYou can use pointer types by using a typedef first, but I agree this not nice (I hope we will fix this in future C). But then, I think this is a minor inconvenience for having an otherwise working span type in C.