plus

operator fun plus(other: T): T

Concatenates this annotated string with another annotated string.

Return

A new annotated string containing both strings with their annotations preserved.

Parameters

other

The annotated string to append.

See also