TranscodingStreams.jl
TranscodingStreams.jl copied to clipboard
Allow non 1-based arrays in `readbytes!`
This PR changes a hardcoded 1 to firstindex in the readbytes! function.
I can't test this with OffsetArrays.jl because an OffsetArray isn't a DenseArray