Hey! Do you have an API to load and save the content of a NativeArray (T is blittable) from/to disk. In theory it should be just a copy of the memory block, because the data is packed sequentially in memory.
If there is not such an API, what would be the right way to do that as fast as possible?
Best Arne