| 172 | return const_iterator(L, stack_index() + return_count(), stack_index() + return_count()); |
| 173 | } |
| 174 | const_iterator cbegin() const { |
| 175 | return begin(); |
| 176 | } |
| 177 | const_iterator cend() const { |
| 178 | return end(); |
| 179 | } |
nothing calls this directly
no outgoing calls
no test coverage detected