mirror of
https://github.com/dlang/phobos.git
synced 2025-05-09 13:02:30 +03:00
Strip spaces.
This commit is contained in:
parent
c61c1232b9
commit
e549dd037b
1 changed files with 1 additions and 1 deletions
|
@ -9771,7 +9771,7 @@ private template HeapSortImpl(alias less, Range)
|
|||
alias lessFun = binaryFun!less;
|
||||
|
||||
//template because of @@@12410@@@
|
||||
void heapSort()(Range r)
|
||||
void heapSort()(Range r)
|
||||
{
|
||||
// If true, there is nothing to do
|
||||
if(r.length < 2) return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue