Skip to content

Instantly share code, notes, and snippets.

@markmaynard
Created June 1, 2019 16:28
Show Gist options
  • Save markmaynard/29dac5977e817272bde5bc5cb5b15f5e to your computer and use it in GitHub Desktop.
Save markmaynard/29dac5977e817272bde5bc5cb5b15f5e to your computer and use it in GitHub Desktop.
Attempt 1 to create generic singleton
object MyFirstGenericSingleton<T> {
var mutablePrpertyFTW: T
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment