R/40-ordered_sequence-core.R
lower_bound.Rd
Find first element with key >= value
lower_bound(x, key)
An `ordered_sequence`.
Query key.
Named list with fields `found`, `index`, `element`, and `key`. When no match exists, `found` is `FALSE` and the remaining fields are `NULL`.