PipelineBase.bitcount

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Response!(Long) bitcount(string key)
  2. Response!(Long) bitcount(string key, long start, long end)
    class PipelineBase
    Response!(Long)
    bitcount
    (
    string key
    ,
    long start
    ,
    long end
    )
  3. Response!(Long) bitcount(const(ubyte)[] key)
  4. Response!(Long) bitcount(const(ubyte)[] key, long start, long end)

Meta