For example: should we provide a typedef for every type of key, or would it a lousy and useless abstraction?
I've used the newtype pattern for this w/ reasonably good results: `struct WHATEVER_KEY { uint8_t value[WHATEVER_KEY_LEN]; };`
You can add location information to your Tweets, such as your city or precise location, from the web and via third-party applications. You always have the option to delete your Tweet location history. Learn more
I've used the newtype pattern for this w/ reasonably good results: `struct WHATEVER_KEY { uint8_t value[WHATEVER_KEY_LEN]; };`