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)
  2. UnknownType!q{} qFind(const(Container) container, const(T) val)
    extern (C++) pragma(inline, true)
    UnknownType!q{}
    qFind
    (
    Container
    T
    )
    (
    ref const(Container) container
    ,
    ref const(T) val
    )

Meta