qLowerBound

Undocumented in source. Be warned that the author may not have intended to support it.
  1. RandomAccessIterator qLowerBound(RandomAccessIterator begin, RandomAccessIterator end, const(T) value)
  2. RandomAccessIterator qLowerBound(RandomAccessIterator begin, RandomAccessIterator end, const(T) value, LessThan lessThan)
  3. UnknownType!q{} qLowerBound(const(Container) container, const(T) value)
    extern (C++)
    UnknownType!q{}
    qLowerBound
    (
    Container
    T
    )
    (
    ref const(Container) container
    ,
    ref const(T) value
    )

Meta