arrow.resizable_buffer

Module for [ResizableBuffer] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
ResizableBuffer self() nothrowReturns `this`, for use in `with` statements.
ResizableBufferGidBuilder builder() static nothrowGet builder for [arrow.resizable_buffer.ResizableBuffer] Returns: New builder object
bool reserve(long newCapacity)
bool resize(long newSize)
Constructors
this(void * ptr, Flag!"Take" take)
this(long initialSize)
Methods
ResizableBuffer build() nothrowCreate object from builder. Returns: New object