dmdscript v2.0.3 (2014-12-13T04:04:19Z)
Dub
Repo
Iterator
dmdscript
iterator
Undocumented in source.
struct
Iterator {
Value
[]
keys
;
size_t
keyindex
;
Dobject
o
;
Dobject
ostart
;
debug
enum
uint
ITERATOR_VALUE
;
debug
uint
foo
;
void
ctor
(Dobject o);
Value
*
next
();
}
Members
Functions
ctor
void
ctor
(Dobject o)
Undocumented in source. Be warned that the author may not have intended to support it.
next
Value
*
next
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
ITERATOR_VALUE
enum
uint
ITERATOR_VALUE
;
Undocumented in source.
foo
uint
foo
;
Undocumented in source.
keyindex
size_t
keyindex
;
Undocumented in source.
keys
Value
[]
keys
;
Undocumented in source.
o
Dobject
o
;
Undocumented in source.
ostart
Dobject
ostart
;
Undocumented in source.
Meta
Source
See Implementation
dmdscript
iterator
functions
getPrototype
structs
Iterator