Skip to content

Instantly share code, notes, and snippets.

@NavdeepSinghh
Created June 18, 2019 10:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NavdeepSinghh/b98d16dd3d10f5d01507e6ef12fd7785 to your computer and use it in GitHub Desktop.
Save NavdeepSinghh/b98d16dd3d10f5d01507e6ef12fd7785 to your computer and use it in GitHub Desktop.
struct TestValue {
var temp1, temp2 : Int
}
final class TestReference {
var temp1, temp2 : Int
init(temp1: Int, temp2: Int) {
self.temp1 = temp1
self.temp2 = temp2
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment