ocean v6.1.0 (2021-04-20T01:38:04Z)
Home
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.