
### NAME

    mixed copy(mixed);

### SYNOPSIS

    mixed copy(mixed);

### DESCRIPTION

    arg is either one of:

    - array
    - buffer (if compiled into driver)
    - class
    - mapping

    returns deep copy
