MemorySessionStore.iterateSession

Undocumented in source. Be warned that the author may not have intended to support it.
  1. int delegate(int delegate(ref string key, ref Variant value) @(safe)) @(safe) iterateSession(string id)
  2. int iterateSession(string id, int delegate(string key) @(safe) del)
    class MemorySessionStore
    @safe @trusted
    int
    iterateSession
    (
    string id
    ,
    scope int delegate
    (
    string key
    )
    @safe
    del
    )

Meta