Any particular reason for creating them as read-only views? This forces clients to write the whole array to change a single value. The conversion from `ndarray` t its `view` is done in [this line](https://github.com/vberlier/nbtlib/blob/e8aa2895303a84f4fe97fb0f8a30fdbcd690b32c/nbtlib/tag.py#L694) and the following one.