put

fun put(replica: ReplicaId, key: K, value: S): ORMap<K, S>

Put value under key, minting a fresh add-tag on behalf of replica. If the key already exists locally, the new value is pieced with the existing one (so a put is additive, not destructive, for the value lattice).