Add `[]`, `save`, `FileArray`; Lessen warnings
Make some simple use cases simpler to use. Now you can just run someSeq.save
and get back a slightly less capable version via initFileArray
and access any NFile
(read/write) with [index]
that gives you a pointer in the general row format case (since only external type data is available).
See git commit log & code for more details.