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)
  2. void qCount(const(Container) container, const(T) value, Size n)
    extern (C++) pragma(inline, true)
    void
    qCount
    (
    Container
    T
    Size
    )
    (
    ref const(Container) container
    ,
    ref const(T) value
    ,
    ref Size n
    )

Meta