You could just use a regular Dictionary, but with association keys:
        dict
                at: outerKey -> innerKey
                put: innerValue

Reply via email to