Skip to content

Instantly share code, notes, and snippets.

@kadiralev1
Created March 8, 2019 13:31
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 kadiralev1/1593333f9ca3e4ab962e6de6cd4140c9 to your computer and use it in GitHub Desktop.
Save kadiralev1/1593333f9ca3e4ab962e6de6cd4140c9 to your computer and use it in GitHub Desktop.
let hd = Cozunurluk(genislik:1920,yukseklik:1080)
var sinema = hd
// hd'nin değerleri sinemaya kopyalandı.
sinema.genislik = 2048
print("Sinema genislik \(sinema.genislik)") // Sinema genislik : 2048
print("hd hala :\(hd.genislik)") // hd hala : 1920
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment