We need to preserve the order of keys in readable printing mode. The solution is to add a `cee_list` to keep the order of insertions, and using this list to print keys in the same insertion order.
We need to preserve the order of keys in readable printing mode.
The solution is to add a
cee_listto keep the order of insertions, and using this list to print keys in the same insertion order.