Skip to content

Instantly share code, notes, and snippets.

@lordcodes
Created February 11, 2020 07:27
Show Gist options
  • Save lordcodes/53c4b123312875d57a966a8db3eafdbb to your computer and use it in GitHub Desktop.
Save lordcodes/53c4b123312875d57a966a8db3eafdbb to your computer and use it in GitHub Desktop.
Code for my article "Enforcing type safety of IDs in Kotlin"
val Identifier<UUID>.uuidString: String
get() = rawValue.toString()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment