OrderedIndex.lowerBound

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto lowerBound(U k)
  2. auto lowerBound(U k)
  3. auto lowerBound(CompatibleKey k)
    mixintemplate OrderedIndex(size_t N, bool allowDuplicates, alias KeyFromValue, alias Compare, ThisContainer)
    lowerBound
    (
    CompatibleLess
    CompatibleKey
    )
    (
    CompatibleKey k
    )
  4. auto lowerBound(CompatibleKey k)

Meta