Skip to content

Instantly share code, notes, and snippets.

@NavdeepSinghh
Created June 18, 2019 10:53
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/2f17aa52efaaba7523df471ddbe311a9 to your computer and use it in GitHub Desktop.
Save NavdeepSinghh/2f17aa52efaaba7523df471ddbe311a9 to your computer and use it in GitHub Desktop.
do {
let testValue1 = TestValue(temp1: 1, temp2: 2)
var testValue2 = testValue1
testValue2.temp1 = 10
dump(testValue1)
dump(testValue2)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment