Skip to content

Add `[]`, `save`, `FileArray`; Lessen warnings

Compare
Choose a tag to compare
@c-blake c-blake released this 05 Aug 09:02
· 315 commits to main since this release

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.