Skip to content

Instantly share code, notes, and snippets.

@kallentu
Last active December 19, 2019 17:26
Show Gist options
  • Save kallentu/93dbecc4969c84b99dc83408d33c29c2 to your computer and use it in GitHub Desktop.
Save kallentu/93dbecc4969c84b99dc83408d33c29c2 to your computer and use it in GitHub Desktop.
class ReaderWriter<inout T> { /* ... */ }
main() {
ReaderWriter<int> intReader = ReaderWriter<int>();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment