We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The sort module has functions like: fn merge_sort<T: copy>(le: le<T>, v: [const T]) -> [T]
fn merge_sort<T: copy>(le: le<T>, v: [const T]) -> [T]
Usage would be a lot more idiomatic if the function pointer was the last argument.