C
C#2y ago
Cryy

❔ Sort dictionary according to the list of string (sorted keys)

Hey guys, I have a list od strings in specific order and dictionary with keys that each of keys is one of the string from the list. Is there any effective way to sort the dictionary according to the list of strings ? Thank
4 Replies
ero
ero2y ago
a dictionary cannot be sorted
Cryy
Cryy2y ago
yeah but I can create a new one or something, right ?
ero
ero2y ago
i'd say
Accord
Accord2y ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.