[ Version ( deprecated = true , deprecated_since = "3.8" , since = "3.2" ) ]
public static SList<Object> util_copy_object_slist (owned SList<Object>? copy_to, SList<Object> objects)
Warning: util_copy_object_slist is deprecated since 3.8.
Copies a SList of Object
<!-- -->s to the end of copy_to.
Use util_copy_object_slist instead.
| copy_to |
Where to copy; may be null |
| objects |
|
New head of |