I'm trying to find a way to create associative arrays, such as dictionaries in Python:
dictionary = {"key1": value1, "key2": value2}
How can I implement it in Vala? or if there is no other solution that would be more practical.
Than...
asked by
25.03.2018 / 01:34