hunt-shiro ~master (2022-02-21T08:07:34Z)
Home
Dub
Repo
IniSection.opApply
hunt
shiro
config
Ini
IniSection
Undocumented in source. Be warned that the author may not have intended to support it.
int
opApply
(int delegate(ref string, ref string) dg)
int
opApply
(int delegate(MapEntry!(string, string) entry) dg)
class
IniSection
int
opApply
(
scope
int
delegate
(
MapEntry
!(
string
,
string
)
entry
)
dg
)
Meta
Source
See Implementation
hunt
shiro
config
Ini
IniSection
functions
byKey
byValue
clear
containsKey
containsValue
get
getName
isEmpty
opApply
opEquals
opIndex
put
putAll
putIfAbsent
remove
replace
size
toHash
toString
values
mixins
__anonymous
static functions
isContinued
splitKeyValue
variables
ESCAPE_TOKEN