What's so different between arrays and dictionaries?
Sweet! Arrays are ordered collections and use indices to access values, dictionaries are unordered and use keys. Both have to be declared and initialized, though.
Oh noes! Arrays are ordered collections and use indices to access values, dictionaries are unordered and use keys. Both have to be declared and initialized, though.