#c
Read more stories on Hashnode
Articles with this tag
Introduction I found out about lookup tables around a month ago, from a book about embedded systems, so I thought I should write about it. They are...
Introduction One of my favorite data structures is the tagged union. It is also usually called as a variant, discriminated union, disjoint union, or...