/*
* call-seq:
* dtable.dup -> a_dtable
*
* Returns a copy of _dtable_. For performance sensitive situations involving a series of operations,
* first make a copy using dup and then do "bang" operations to modify the result without further copying.
*/
VALUE dtable_dup(VALUE ary) {