Skip to content

Commit fe9a053

Browse files
committed
Comment Range start/end
1 parent 5fd6b19 commit fe9a053

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

subspace/ops/range.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ namespace sus::ops {
3232
template <class T>
3333
requires(::sus::ops::Ord<T>)
3434
struct Range {
35+
/// The beginning of the range, inclusive of the given value.
3536
T start;
37+
/// The end of the range, exclusive of the given value.
3638
T end;
3739

3840
/// Returns true if `item` is contained in the range.

0 commit comments

Comments
 (0)