Client.backupDel

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool backupDel(size_t id)
  2. auto backupDel(Range ids)
    struct Client
    backupDel
    (
    Range
    )
    (
    auto ref Range ids
    )
    if (
    isInputRange!Range &&
    isIntegral!(ElementType!Range)
    )

Meta