Creates a shallow copy of a struct.
Copies top-level keys, values, and arrays in the structure by value; copies nested structures by reference.
StructCopy(struct=[structloose])
Argument | Type | Required | Description | Default |
---|---|---|---|---|
struct |
struct |
true |
The struct to copy |
- StructAppend
- StructClear
- StructDelete
- StructEach
- StructEquals
- StructEvery
- StructFilter
- StructFind
- StructFindKey
- StructFindValue
- StructGet
- StructGetMetadata
- StructInsert
- StructIsCaseSensitive
- StructIsOrdered
- StructKeyArray
- StructKeyExists
- StructKeyList
- StructKeyTranslate
- StructMap
- StructNew
- StructReduce
- StructSome
- StructSort
- StructToQueryString
- StructToSorted
- StructUpdate
- StructValueArray