func (c Lcs) Key1(key1 string) LcsKey1 {
    if c.ks&NoSlot == NoSlot {
        c.ks = NoSlot | slot(key1)
    } else {
        c.ks = check(c.ks, slot(key1))