leveldb icon indicating copy to clipboard operation
leveldb copied to clipboard

[jumbo] Add begin()/end() to Slice.

Open pkasting opened this issue 6 months ago • 2 comments

This allows this type to meet the requirements of e.g. std::ranges::range, which is necessary for it to work with the std::span range constructor, or the "non-legacy" constructor for Chromium's base::span.

Bug: none

pkasting avatar Aug 08 '24 18:08 pkasting