RedisSessionStore.iterateSession - multiple declarations
Function RedisSessionStore.iterateSession
int delegate(int delegate(ref string, ref std .variant .VariantN!(32L))) iterateSession
(
string id
);
Function RedisSessionStore.iterateSession
Iterates all keys stored in the given session.
int iterateSession
(
string id,
scope @safe int delegate(string) del
) @safe;