vibe-aws ~master (2022-04-20T07:23:08.2830796)
Dub
Repo
JsonArrayRange
vibe
aws
morejson
Undocumented in source.
struct
JsonArrayRange {
Json
m_source
;
uint
m_index
;
this
(Json source);
bool
empty
[@property getter];
Json
front
[@property getter];
void
popFront
();
}
Constructors
this
this
(Json source)
Undocumented in source.
Members
Functions
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
Json
front
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
m_index
uint
m_index
;
Undocumented in source.
m_source
Json
m_source
;
Undocumented in source.
Meta
Source
See Implementation
vibe
aws
morejson
functions
arrayIterator
structs
JsonArrayRange