$ grep -l "#value" ~/terhechte/journal/*.md
Posts tagged #value
posts 2 years 2 tag value
[ 2017 ]
01 · posts
2017-09-30
Value Types for Simple Difference Detection
Utilize value types to quickly determine a differences between two sets of data
[ 2016 ]
01 · 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