You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jesse99 opened this issue
Aug 24, 2012
· 1 comment
Labels
C-cleanupCategory: PRs that clean code up or issues documenting cleanup.E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
C-cleanupCategory: PRs that clean code up or issues documenting cleanup.E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
The sort module has functions like:
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.
The text was updated successfully, but these errors were encountered: