operator fun set(it: T, value: R) Set the given co-domain value for a given domain key. Overwrites existing values in domain and co-domain.
Parameters
Key (from the domain) to set the value for.
Value (from the co-domain) to set for given domain key.