set

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

it

Key (from the domain) to set the value for.

value

Value (from the co-domain) to set for given domain key.