libwasm ~master (2024-01-10T15:05:21Z)
Dub
Repo
Document
diet
dom
Encapsulates a full Diet template document.
@
safe
nothrow
struct
Document {
Array
!
Node
nodes
;
this
(Node[] nodes);
}
Constructors
this
this
(Node[] nodes)
Undocumented in source.
Members
Variables
nodes
Array
!
Node
nodes
;
Undocumented in source.
Meta
Source
See Implementation
diet
dom
enums
NodeAttribs
functions
clone
expectExpression
expectText
isExpression
isText
toNodeContent
structs
Attribute
AttributeContent
Document
Location
Node
NodeContent
Encapsulates a full Diet template document.