JuliaIO / TranscodingStreams.jl

Simple, consistent interfaces for any codec.
https://juliaio.github.io/TranscodingStreams.jl/
Other
85 stars 28 forks source link

Allow non 1-based arrays in `readbytes!` #200

Closed nhz2 closed 2 months ago

nhz2 commented 5 months ago

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