Get the array offset
| 333 | uint8_t* data() noexcept; |
| 334 | // Get the array offset |
| 335 | size_t offset() const noexcept { return 0; } |
| 336 | // Get the array size |
| 337 | size_t size() const noexcept { return N; } |
| 338 |
nothing calls this directly
no outgoing calls
no test coverage detected