https://github.com/gritzko/libabc/blob/main/S.md
ABC uses s[2] for slices, g[3] for gauges, b[4] for (ring) buffers. Also containers on top of those (heaps, hash sets, etc etc)
Brilliant insight. This is the first time I've seen this observation in over 3 decades of working with C.
t-3•1h ago
hibberl7•40m ago
I can't make any sense of the aversion to a struct. Use a struct. You don't have to give its type a name, if that's the motivation here.