mirror of
https://github.com/matrix-construct/construct
synced 2024-12-26 07:23:53 +01:00
ircd:Ⓜ️:events: Add clarification to comment.
This commit is contained in:
parent
ea4c3447c6
commit
522656047e
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ namespace ircd::m::events
|
|||
/// Range to start (inclusive) and stop (exclusive). If start is greater than
|
||||
/// stop a reverse iteration will occur. -1 (or unsigned max value) can be used
|
||||
/// to start or stop at the end. 0 can be used to start or stop at the beginning.
|
||||
/// (event::idx of 0 is a sentinel)
|
||||
///
|
||||
struct ircd::m::events::range
|
||||
:std::pair<event::idx, event::idx>
|
||||
|
|
Loading…
Reference in a new issue