Opened 4 years ago
Closed 4 years ago
#919 closed request (fixed)
implement Pileup::rbegin and :rend
Reported by: | Peter | Owned by: | Peter |
---|---|---|---|
Priority: | minor | Milestone: | yat 0.17 |
Component: | omic | Version: | |
Keywords: | Cc: |
Description
Change History (3)
comment:1 Changed 4 years ago by
comment:2 Changed 4 years ago by
Status: | new → accepted |
---|
Note: See
TracTickets for help on using
tickets.
I should mention that it's possible to accomplish this using std::reverse_iterator together which ::end() and ::begin(), respectively.
https://en.cppreference.com/w/cpp/iterator/reverse_iterator