CookieValueMap.opApply

Undocumented in source. Be warned that the author may not have intended to support it.
  1. int opApply(int delegate(ref Cookie) @(safe) del)
  2. int opApply(int delegate(ref Cookie) @(safe) del)
  3. int opApply(int delegate(string name, string value) @(safe) del)
    struct CookieValueMap
    @safe
    int
    opApply
    (
    scope int delegate
    (
    string name
    ,
    string value
    )
    @safe
    del
    )
  4. int opApply(int delegate(string name, string value) @(safe) del)

Meta