Works with a Dictionary like this:
["Key":["value1", "value2"]]
let array = DICTIONARY.values.reduce([], +)
Works with a Dictionary like this:
["Key":["value1", "value2"]]
let array = DICTIONARY.values.reduce([], +)