pub exec fn constructed_tag(tag: Tag) -> TagExpand description
returns
(Tag {
class: tag.class,
constructed: true,
number: tag.number,
}),Return the constructed form of a tag identity.