dmdscript v2.1.0 (2021-12-16T21:42:33Z)
Dub
Repo
Iterator
dmdscript
iterator
Undocumented in source.
struct
Iterator {
Value
[]
keys
;
size_t
keyindex
;
Dobject
o
;
Dobject
ostart
;
CallContext
*
callcontext
;
debug
enum
uint
ITERATOR_VALUE
;
debug
uint
foo
;
void
ctor
(CallContext* cc, Dobject o);
Value
*
next
();
}
Members
Functions
ctor
void
ctor
(CallContext* cc, 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.
callcontext
CallContext
*
callcontext
;
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