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
def join(
left: typing.Any,
right: typing.Any
) -> typing.Any
Join the fragment on the left and on the right.
- Type: typing.Any
- Type: typing.Any