The OpenD Programming Language

mir_series.tryGetNextUpdateKey

Tries to get the first value, such that key_i >= key. Updates key with key_i.

  1. bool tryGetNextUpdateKey(Index key, Value val)
    struct mir_series(IndexIterator_, Iterator_, size_t N_ = 1, SliceKind kind_ = Contiguous)
    @trusted
    bool
    tryGetNextUpdateKey
    (
    Index
    Value
    )
    (
    scope ref Index key
    ,
    scope ref Value val
    )
  2. bool tryGetNextUpdateKey(Index key, Value val)
  3. bool tryGetNextUpdateKey(Index key, Value val)

Return Value

Type: bool

true on success.

Meta