///|
pub struct Tag {
  /// Handle of the tag (`!` included).
  handle : String
  /// The suffix of the tag.
  suffix : String
} derive(Eq, Show)