arrow.utf8_normalize_options

Module for [UTF8NormalizeOptions] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
UTF8NormalizeOptions self() nothrowReturns `this`, for use in `with` statements.
UTF8NormalizeOptionsGidBuilder builder() static nothrowGet builder for [arrow.utf8_normalize_options.UTF8NormalizeOptions] Returns: New builder object
arrow.types.UTF8NormalizeForm form() @property nothrowGet `form` property. Returns: The Unicode normalization form to apply.
void form(arrow.types.UTF8NormalizeForm propval) @property nothrowSet `form` property. Params: propval = The Unicode normalization form to apply.
Constructors
this(void * ptr, Flag!"Take" take)

Fluent builder implementation template for arrow.utf8_normalize_options.UTF8NormalizeOptions

Methods
T form(arrow.types.UTF8NormalizeForm propval) nothrowSet `form` property. Params: propval = The Unicode normalization form to apply. Returns: Builder instance for fluent chaining