Skip to content

Instantly share code, notes, and snippets.

@lordcodes
Last active February 11, 2020 07:29
Show Gist options
  • Save lordcodes/c2d9e793e267c31a7401599ab7676f00 to your computer and use it in GitHub Desktop.
Save lordcodes/c2d9e793e267c31a7401599ab7676f00 to your computer and use it in GitHub Desktop.
Code for my article "Enforcing type safety of IDs in Kotlin"
data class Identifier<RawT>(val rawValue: RawT)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment