func (c LcsKey1) Key2(key2 string) LcsKey2 {
    if c.ks&NoSlot == NoSlot {
        c.ks = NoSlot | slot(key2)
    } else {
        c.ks = check(c.ks, slot(key2))