-
Notifications
You must be signed in to change notification settings - Fork 88
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Suggestion
Since the sort of an array refers to a reference, the original array changes. Usually, functional programming treats an array in an immutable way.
The sort function of fxts does not support immutable.
As 'toSorted' is added as a new method of array, it would be good to support 'toSorted' in fxts. After implementing internally, if 'native to Sorted' compatibility is guaranteed, it would be better to replace the internal implementation then.
Reference
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request