plus

operator fun DeclarationTag.plus(otherTag: DeclarationTag): DeclarationTags

Puts two tags together into a new DeclarationTags instance.


operator fun DeclarationTags.plus(otherTag: DeclarationTag): DeclarationTags

Convenience function for adding the given tag to this DeclarationTags object, then returns said object.