arrow.uint8_array_builder

Module for [UInt8ArrayBuilder] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
UInt8ArrayBuilder self() nothrowReturns `this`, for use in `with` statements.
UInt8ArrayBuilderGidBuilder builder() static nothrowGet builder for [arrow.uint8_array_builder.UInt8ArrayBuilder] Returns: New builder object
bool append(ubyte value)
bool appendValue(ubyte value)
bool appendValues(ubyte[] values, bool[] isValids = null)Append multiple values at once. It's more efficient than multiple `append` and `append_null` calls.
Constructors
this(void * ptr, Flag!"Take" take)