qFind

Undocumented in source. Be warned that the author may not have intended to support it.
  1. InputIterator qFind(InputIterator first, InputIterator last, const(T) val)
    extern (C++) pragma(inline, true)
    InputIterator
    qFind
    (
    InputIterator
    T
    )
    (
    InputIterator first
    ,
    InputIterator last
    ,
    ref const(T) val
    )
  2. UnknownType!q{} qFind(const(Container) container, const(T) val)

Meta