IFragmentConcatenator
- Implemented By: StringConcat, IFragmentConcatenator
Function used to concatenate symbols in the target document language.
Interface so it could potentially be exposed over jsii.
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{}