| 30 | |
| 31 | const NumberIterator& begin() const { return *this; } |
| 32 | const sentinel end() const { return {}; } |
| 33 | }; |
| 34 | //----------------------------------------------------------------------------- |
| 35 |
nothing calls this directly
no outgoing calls
no test coverage detected