arrow.decimal256_scalar

Module for [Decimal256Scalar] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
Decimal256Scalar self() nothrowReturns `this`, for use in `with` statements.
Decimal256ScalarGidBuilder builder() static nothrowGet builder for [arrow.decimal256_scalar.Decimal256Scalar] Returns: New builder object
Constructors
this(void * ptr, Flag!"Take" take)

Fluent builder implementation template for arrow.decimal256_scalar.Decimal256Scalar

Methods
T value(arrow.decimal256.Decimal256 propval) nothrowSet `value` property. Params: propval = The value of the scalar. Returns: Builder instance for fluent chaining