Documentation
Dlang.org
ArraySortOptions
arrow
array_sort_options
class
ArraySortOptions :
FunctionOptions
{
this
(arrow.types.SortOrder order);
bool
equal
(arrow.array_sort_options.ArraySortOptions otherOptions);
}
Constructors
this
this
(arrow.types.SortOrder order)
Members
Functions
equal
bool
equal
(arrow.array_sort_options.ArraySortOptions otherOptions)
Inherited Members
From FunctionOptions
equal
bool
equal
(arrow.function_options.FunctionOptions otherOptions)
toString_
string
toString_
()
arrow
array_sort_options
classes
ArraySortOptions