AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Using a Dictionary in a Data Basic?
Dictionaries represent heterogeneous, like not really a class, but kind of a class. You typically aren't iterating over every key. You're looking up specific keys for you're staticaly index,. meaning you're passing in string literals between the square brackets. The relationship is just key to value. That's typically what i explain to people trying to discern the difference.