StructCopy

Creates a shallow copy of a struct.

Copies top-level keys, values, and arrays in the structure by value; copies nested structures by reference.

Method Signature

StructCopy(struct=[structloose])

Arguments

ArgumentTypeRequiredDescriptionDefault

struct

struct

true

The struct to copy

Examples

Last updated

Logo

Copyright & Register Trademark by Ortus Solutions, Corp & Ortus Software, LLC