Skip to content

Add ByteArray.slice

Yorick Peterse requested to merge slicing-byte-arrays into master

Just like String.slice can be used to slice a String, ByteArray.slice can be used to slice a ByteArray.

Merge request reports