| 258 | } |
| 259 | |
| 260 | Y_PURE_FUNCTION bool Empty() const noexcept { |
| 261 | return 0 == Size_; |
| 262 | } |
| 263 | /// for STL compatibility only, Begin() usage is recommended |
| 264 | const T* begin() const noexcept { |
| 265 | return Begin(); |
no outgoing calls
no test coverage detected