RedisHash.opApply - multiple declarations
- Function RedisHash.opApply
- Function RedisHash.opApply
Function RedisHash.opApply
Prototype
int opApply(
scope int delegate(string key, T value) del
);
Function RedisHash.opApply
Prototype
int opApply(
scope int delegate(string key) del
);
Authors
Sönke Ludwig
Copyright
© 2014 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.