Skip to main content

Documentation Index

Fetch the complete documentation index at: https://cdktn.io/docs/llms.txt

Use this file to discover all available pages before exploring further.

Function used to concatenate symbols in the target document language. Interface so it could potentially be exposed over jsii.

Methods

NameDescription
JoinJoin 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.

leftRequired

  • Type: interface{}

rightRequired

  • Type: interface{}