St�phane Payrard <[EMAIL PROTECTED]> wrote: > More generally, in pmcs that act as composite containers which > elements are not necessarily pmc, we need these cloning methods as well:
> PMC* clone_pmc_keyed(PMC* key) > PMC* clone_pmc_keyed_int(INTVAL key) > PMC* clone_pmc_keyed_str(STRING* key) Sounds reasonable. BTW can you use the Key PMC for your pair implementation? leo
