Re-exports§
Modules§
Functions§
- open
- Attempts to read a MList from a file path
- read_
stream - Attempts to read a MList from the given reader (requires Seek). The reader should be positioned at the start of the filetype. Returns a MList if successful, otherwise an Error.
- save
- Attempts to write a MList to a file path
- write_
stream - Attempts to write a MList into the given writer (requires Seek). Returns nothing if successful, otherwise an Error.