arrow.utf8_normalize_options

Module for [UTF8NormalizeOptions] class

Types 3

Methods
GType _gType() @property
UTF8NormalizeOptions self()Returns `this`, for use in `with` statements.
UTF8NormalizeOptionsGidBuilder builder()Get builder for [arrow.utf8normalizeoptions.UTF8NormalizeOptions] Returns: New builder object
arrow.types.UTF8NormalizeForm form() @propertyGet `form` property. Returns: The Unicode normalization form to apply.
void form(arrow.types.UTF8NormalizeForm propval) @propertySet `form` property. Params: propval = The Unicode normalization form to apply.
Constructors
this(void * ptr, Flag!"Take" take)
Methods
T form(arrow.types.UTF8NormalizeForm propval)Set `form` property. Params: propval = The Unicode normalization form to apply. Returns: Builder instance for fluent chaining

Fluent builder for [arrow.utf8_normalize_options.UTF8NormalizeOptions]