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

Meta