On Apr 26, 2006, at 21:05, chromatic wrote:
Multidispatch helps, but :multi( Array, Array ) or :multi( Hash, Hash ) don'twork based on the capabilities of the PMC. That's fine.
does_foo = does $Px, 'array' # 'hash' might help.There should be no problem with .Hash, but there are a lot of array types around.
leo