RedisSessionStore.iterateSession - multiple declarations

Function RedisSessionStore.iterateSession

Prototype

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.

Prototype

int iterateSession(
  string id,
  scope int delegate(string) del
);

Authors

Copyright

License