daffodil ~master (2022-03-12T20:49:14.1403618)
Dub
Repo
Iter
daffodil
util
range
Undocumented in source.
class
Iter (
R
)
if
(
isRandomAccessRange
!
R
) {
this
(R r);
void
popFront
();
bool
empty
[@property getter];
ubyte
front
[@property getter];
}
Constructors
this
this
(R r)
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
ubyte
front
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
daffodil
util
range
classes
ImageRangeObject
Iter
functions
imageRangeObject
iter
interfaces
ImageRange
RandomAccessImageRange
templates
MostDerivedImageRange
isImageRange
isRandomAccessImageRange