arrow.writable

Module for [Writable] interface

Types 2

interfaceWritable
Methods
bool flush()It ensures writing all data on memory to storage. Returns: true on success, false if there was an error. Throws: [ErrorWrap]
bool write(ubyte[] data)