case comment(String)
s10Elementary16_HTMLRenderTokenO7commentyACSScACmF
64SMM
import Elementary
enum _HTMLRenderToken
@frozen struct String
A Unicode string value that is a collection of characters.
case startTag(String, attributes: _MergedAttributes, isUnpaired: Bool, type: RenderingType)
case endTag(String, type: RenderingType)
case text(String)
case raw(String)