MultiKeyPipelineBase.rename

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Response!(string) rename(string oldkey, string newkey)
    class MultiKeyPipelineBase
    override
    Response!(string)
    rename
    (
    string oldkey
    ,
    string newkey
    )
  2. Response!(string) rename(const(ubyte)[] oldkey, const(ubyte)[] newkey)

Meta