PipelineBase.sort

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Response!(List!(string)) sort(string key)
  2. Response!(List!(const(ubyte)[])) sort(const(ubyte)[] key)
  3. Response!(List!(string)) sort(string key, SortingParams sortingParameters)
  4. Response!(List!(const(ubyte)[])) sort(const(ubyte)[] key, SortingParams sortingParameters)
    class PipelineBase
    Response!(List!(const(ubyte)[]))
    sort

Meta