Tlk.opApply - multiple declarations
Function Tlk.opApply
foreach(text ; tlk)
int opApply
(
scope int delegate(in string) dlg
) const;
Function Tlk.opApply
foreach(strref, text ; tlk)
int opApply
(
scope int delegate(uint, in string) dlg
) const;