Ejemplo n.º 1
0
def make_hasheqv(pairs):
    return make_simple_mutable_table_assocs(W_EqvMutableHashTable, pairs, "make-hasheqv")
Ejemplo n.º 2
0
def make_hasheqv(pairs):
    return make_simple_mutable_table_assocs(W_EqvMutableHashTable, pairs, "make-hasheqv")
Ejemplo n.º 3
0
def make_weak_hasheqv(assocs):
    # FIXME: not actually weak
    return make_simple_mutable_table_assocs(W_EqvMutableHashTable, assocs, "make-weak-hasheqv")