arrow.split_pattern_options

Module for [SplitPatternOptions] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
SplitPatternOptions self() nothrowReturns `this`, for use in `with` statements.
SplitPatternOptionsGidBuilder builder() static nothrowGet builder for [arrow.split_pattern_options.SplitPatternOptions] Returns: New builder object
long maxSplits() @property nothrow
void maxSplits(long propval) @property nothrow
string pattern() @property nothrowGet `pattern` property. Returns: The exact substring to split on.
void pattern(string propval) @property nothrowSet `pattern` property. Params: propval = The exact substring to split on.
bool reverse() @property nothrowGet `reverse` property. Returns: Start splitting from the end of the string (only relevant when max_splits != -1)
void reverse(bool propval) @property nothrowSet `reverse` property. Params: propval = Start splitting from the end of the string (only relevant when max_splits != -1)
Constructors
this(void * ptr, Flag!"Take" take)

Fluent builder implementation template for arrow.split_pattern_options.SplitPatternOptions

Methods
T maxSplits(long propval) nothrow
T pattern(string propval) nothrowSet `pattern` property. Params: propval = The exact substring to split on. Returns: Builder instance for fluent chaining
T reverse(bool propval) nothrowSet `reverse` property. Params: propval = Start splitting from the end of the string (only relevant when max_splits != -1) Returns: Builder instance for fluent chaining