haystacklib ~master (2019-10-21T14:33:42Z)
Home
Dub
Repo
ZincParser.TagList
haystack
zinc
decode
ZincParser
A list of
AnyTag
s
struct
ZincParser
(Range)
struct
TagList {
bool
empty
[@property getter];
AnyTag
front
[@property getter];
void
popFront
();
bool
consume
();
Tag
asTag
();
}
Postblit
this(this)
this(this)
Undocumented in source.
Members
Functions
asTag
Tag
asTag
()
Undocumented in source. Be warned that the author may not have intended to support it.
consume
bool
consume
()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void
popFront
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
empty
bool
empty
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
front
AnyTag
front
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
haystack
zinc
decode
ZincParser
aliases
Lexer
Parser
constructors
this
enums
ParserState
functions
asGrid
asRows
asTag
chr
expectToken
hasChr
isScalar
popFront
postblits
this(this)
properties
empty
front
isNewLine
isSpace
range
token
structs
AnyTag
Columns
Element
Header
NameValue
NameValueList
Rows
TagDict
TagGrid
TagList
variables
element
lexer
state
A list of AnyTags