arrow.writable_mixin
Module for [Writable] interface mixin
Templates 2
tmplWritableT()
Functions
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)
tmplWritableGidBuilderT()