ParamSet.opApply

'foreach' iteration over parameter key/value pairs

class ParamSet
int
opApply
(
scope int delegate
(
ref cstring key
,
ref cstring val
)
dg
)

Meta