Function StackCommon
Initiate Struct
Create a Struct instance with optional field values
Initiating a Struct allows you to create an instance of a defined Struct type. You can optionally assign values to its fields during initialization. If no value is provided, the fields are set to their zero values based on their types.
Configuration
- Struct Type – The predefined struct type to instantiate.