Hello I am wondering whether it is possible to define a Pair with a key and a value of a specific class.
Suppose I want an Array of Pairs with keys as Str and values as Array of Str called "properties". And define it as a instance variable.Something of the likes: has Pair[Str, Array[Str]] @!properties; Except this wont work. Best regards Mikkel