renamed the sort() methods on Iterable which create a new List and sort that as "toSortedList()" instead which is more accurate.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
namespace test.apicheck
|
||||
|
||||
import std.util.*
|
||||
import java.util.*
|
||||
|
||||
trait Traversable<T> {
|
||||
|
||||
Reference in New Issue
Block a user