Client.del

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool del(string key)
  2. bool del(Range keys)
    struct Client
    bool
    del
    (
    Range
    )
    (
    auto ref Range keys
    )
    if (
    isInputRange!Range &&
    is(ElementType!Range == string)
    )
  3. auto del(Args args)

Meta