The OpenD Programming Language

mir_series.lowerBound

This function uses a search with policy sp to find the largest left subrange on which t < key is true for all t. The search schedule and its complexity are documented in std.range.SearchPolicy.

  1. auto lowerBound(Index key)
  2. auto lowerBound(Index key)
    struct mir_series(IndexIterator_, Iterator_, size_t N_ = 1, SliceKind kind_ = Contiguous)
    lowerBound
    (
    Index
    )
    (
    auto ref scope const Index key
    )

Meta