pub fn mem_copy<F>(add_node: F, dest: &ObjectRef, source: &ObjectRef)where F: FnMut(Node),
Copies all items from source over to destination