plus
operator fun DeclarationTag.plus(otherTag: DeclarationTag): DeclarationTags
Content copied to clipboard
Puts two tags together into a new DeclarationTags instance.
operator fun DeclarationTags.plus(otherTag: DeclarationTag): DeclarationTags
Content copied to clipboard
Convenience function for adding the given tag to this DeclarationTags object, then returns said object.