(clone value)
Clone the supplied value which must implement ICloneable.
(defn clone [value] (-clone value))