| 37 | using const_iterator = typename fextl::vector<Interval>::const_iterator; |
| 38 | |
| 39 | const_iterator begin() const { |
| 40 | return Intervals.begin(); |
| 41 | } |
| 42 | const_iterator end() const { |
| 43 | return Intervals.end(); |
| 44 | } |
no outgoing calls
no test coverage detected