private object Cdr(Constt constt) { return(constt.Pair.Item2); }
private object Car(Constt constt) { return(constt.Pair.Item1); }