qFill

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

Meta