Exemplo n.º 1
0
 def testMinKey(self):
     m = PersistentTreeMap().assoc('a', 1).assoc('b', 2)
     self.assertEqual(m.minKey(), 'a')