filebuffer
filebuffer copied to clipboard
filebuffer is a package implementing a few file-like interfaces. The implementation is backed by a byte buffer. The main purpose is to have in-memory file alternative.
the std lib does some smart things around jumping to a specific, potentially non existing location and write there. If you do a write at to an existing point the...
  Why is this line giving an error