StompHeaders.opApply

Undocumented in source. Be warned that the author may not have intended to support it.
  1. int opApply(int delegate(ref string, ref List!(string)) dg)
    class StompHeaders
    int
    opApply
    (
    scope int delegate
    (
    ref string
    ,
    ref List!(string)
    )
    dg
    )
  2. int opApply(int delegate(MapEntry!(string, List!(string)) entry) dg)

Meta