ocean ~master (2025-12-21T07:04:04.4212625)
Dub
Repo
VarIterator.opApply
ocean
util
config
ConfigParser
ConfigParser
VarIterator
Variable Iterator. Iterates over keys of a category.
int
opApply
(int delegate(ref string key, ref T val) dg)
int
opApply
(int delegate(ref string x) dg)
struct
VarIterator
(T = string)
int
opApply
(
scope
int
delegate
(
ref
string
x
)
dg
)
Meta
Source
See Implementation
ocean
util
config
ConfigParser
ConfigParser
VarIterator
functions
opApply
variables
vars
Variable Iterator. Iterates over keys of a category.