If I have a `Map<String, List<String>>...
# announcements
d
If I have a
Map<String, List<String>>
, how do I 'unwrap' that inner list to a
Map<String, String>
, wherein each element of the inner list is paired to the correct key?