StringConcat
- Implements: IFragmentConcatenator
Converts all fragments to strings and concats those.
Drops 'undefined's.
Initializers
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore"
alicloudroscdkcore.NewStringConcat() StringConcat
Name | Type | Description |
---|---|---|
Methods
Name | Description |
---|---|
Join |
Join the fragment on the left and on the right. |
Join
func Join(left interface{}, right interface{}) interface{}
Join the fragment on the left and on the right.
- Type: interface{}
- Type: interface{}