pub fn describe_type_systems()
Expand description

An incredibly contrived function which just shows enums at work.

I wanted there to be some sample code this episode, you know? This one just assembles the types into a vector and prints them all. It does, however, let us refresh ourselves on a bunch of other concepts we’ve covered on the show—pretty much everything but generics makes an appearance in some way in this module.