Open postmodern opened 6 months ago
Add an index method to Binary::Buffer for search for a binary string within the buffer's contents. Binary::CString and Binary::ByteSlice already have index methods that we could adapt for Binary::Buffer.
index
Binary::Buffer
Binary::CString
Binary::ByteSlice
Add an
index
method toBinary::Buffer
for search for a binary string within the buffer's contents.Binary::CString
andBinary::ByteSlice
already haveindex
methods that we could adapt forBinary::Buffer
.