Types
ClosingTag<Name, Opening, Closing>
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 string and wrap of a generic type variable Chars
constrained by generic type StringOfLength
of two chars.
OpeningTag<Name, Opening, Closing>
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 string and wrap of a generic type variable Chars
constrained by generic type StringOfLength
of two chars.
TaggedText<Text, Name, Opening, Closing>
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.
Last updated
Was this helpful?