ocean ~v6.x.x (2022-01-14T16:08:36.1174149)
Dub
Repo
VarIterator.opApply
ocean
util
config
ConfigParser
ConfigParser
VarIterator
Variable Iterator. Iterates over keys of a category.
int
opApply
(int delegate(ref istring key, ref T val) dg)
int
opApply
(int delegate(ref istring x) dg)
struct
VarIterator
(T = istring)
int
opApply
(
scope
int
delegate
(
ref
istring
x
)
dg
)
Meta
Source
See Implementation
ocean
util
config
ConfigParser
ConfigParser
VarIterator
functions
opApply
variables
vars
Variable Iterator. Iterates over keys of a category.