Types
Last updated
Was this helpful?
Last updated
Was this helpful?
ClosingTag<Name, Opening, Closing>
The generic type ClosingTag
indicates the closing tag. It takes the tag name of a generic type variable Name
constrained by the and wrap of a generic type variable Chars
constrained by generic type StringOfLength
of two chars.
OpeningTag<Name, Opening, Closing>
The generic type OpeningTag
indicates the type of closing tag. It takes the tag name of a generic type variable Name
constrained by the and wrap of a generic type variable Chars
constrained by generic type StringOfLength
of two chars.
TaggedText<Text, Name, Opening, Closing>
The generic type TaggedText
indicates the type of tagged text, with the opening tag and closing tag of the text.