owengage / fastnbt

Fast serde serializer and deserializer for Minecraft's NBT and Anvil formats
MIT License
185 stars 35 forks source link

Add into_inner() to ByteArray, IntArray, LongArray #73

Closed Earthcomputer closed 1 year ago

Earthcomputer commented 1 year ago

Otherwise there is no efficient way to do this without allocating a new vector.

owengage commented 1 year ago

Definite hole in the existing API, thanks for your contribution. :)