Skip to content
TILens What matters today in tech v0.0.5
Theme

Topic · Edition

Rust

1 items on 21 Sep 2023
Go Rust

Implementing Enumerations In Go

Introduction Prior to coding in Go, I was writing software in C#. In C# enumerations can be declared and the associated type can be used in functions and as fields in a struct. The compiler won’t allow a value of the…

Source: Ardan Labs Blog