dlib ~master (2021-07-06T21:20:15Z)
Home
Dub
Repo
DelegateInputRange.opApply
dlib
filesystem
delegaterange
DelegateInputRange
Undocumented in source. Be warned that the author may not have intended to support it.
int
opApply
(int delegate(T) dg)
class
DelegateInputRange
(T)
override
int
opApply
(
scope
int
delegate
(
T
)
dg
)
int
opApply
(int delegate(size_t, T) dg)
Meta
Source
See Implementation
dlib
filesystem
delegaterange
DelegateInputRange
constructors
this
functions
empty
front
moveFront
opApply
popFront
variables
fetch
front_
have