Preview:
set - samo unique elements

array - ne mozes dodavati nove

lists - mora biti mutableList da mozes dodavati

map - Key/Value; dictionary u Swiftu
val mapOfDays = mapOf(1 to "Monday", 2 to "Tuesday", 3 to "Wednesday")

arrayList - read & write
		- ArrayList<E>() -> empty arrayList
		- 
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter