plusAssign

abstract operator fun plusAssign(tag: String)

Adds the given tag to this MutableTagSet.

Throws

if the given tag name is greater than 128 characters in length.