func (c TdigestMerge) DestinationKey(destinationKey string) TdigestMergeDestinationKey {
    if c.ks&NoSlot == NoSlot {
        c.ks = NoSlot | slot(destinationKey)
    } else {
        c.ks = check(c.ks, slot(destinationKey))