$ grep -l "#enum" ~/terhechte/journal/*.md
Posts tagged #enum
posts 2 years 1 tag enum
[ 2016 ]
02 · posts
2016-04-23
Raw value initializers for enums with associated types
Once you add associated types to an enum the task of creating instances quickly becomes very repetitive. See how a simple trick can greatly simplify this
2016-03-29
Three tips for concise Swift using the Guard statement
Three quick examples for how you can use guard to write shorter and simpler code