PipelineBase.substr

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

Meta