qCount

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void qCount(InputIterator first, InputIterator last, const(T) value, Size n)
    extern (C++) pragma(inline, true)
    void
    qCount
    (
    InputIterator
    T
    Size
    )
    (
    InputIterator first
    ,
    InputIterator last
    ,
    ref const(T) value
    ,
    ref Size n
    )
  2. void qCount(const(Container) container, const(T) value, Size n)

Meta