arrow.mutable_buffer

Module for [MutableBuffer] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
MutableBuffer self() nothrowReturns `this`, for use in `with` statements.
MutableBufferGidBuilder builder() static nothrowGet builder for [arrow.mutable_buffer.MutableBuffer] Returns: New builder object
bool setData(long offset, ubyte[] data)
arrow.mutable_buffer.MutableBuffer slice(long offset, long size) nothrow
Constructors
this(void * ptr, Flag!"Take" take)
this(ubyte[] data)
Methods
MutableBuffer build() nothrowCreate object from builder. Returns: New object