medianOf

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void medianOf(Iterator a, Iterator b)
  2. void medianOf(Iterator a, Iterator b, Iterator c)
  3. void medianOf(Iterator a, Iterator b, Iterator c, Iterator d)
    @trusted
    @optmath
    void
    medianOf
    (
    alias less
    bool leanRight = false
    Iterator
    )
    (
    ref Iterator a
    ,
    ref Iterator b
    ,
    ref Iterator c
    ,
    ref Iterator d
    )
  4. void medianOf(Iterator a, Iterator b, Iterator c, Iterator d, Iterator e)

Meta