Hi list,
Would there be any issue with abstracting out the arg-handling code in set_new, and adding a "set" method to change these on the fly?

That would help simplify some data-structure algorithms, as well as making it possible to create more abstract functionality around [set].

-Jonathan