Tlk.opApply

foreach(strref, text ; tlk)

  1. int opApply(int delegate(in string) dlg)
  2. int opApply(int delegate(StrRef, in string) dlg)
    class Tlk
    const
    int
    opApply
    (
    scope int delegate
    (,
    in string
    )
    dlg
    )

Meta