std: Export sort::le
This commit is contained in:
parent
734166f41c
commit
bef5cd8e45
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
#[doc = "Sorting methods"];
|
||||
import vec::len;
|
||||
|
||||
export le;
|
||||
export merge_sort;
|
||||
export quick_sort;
|
||||
export quick_sort3;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue