Just another update
This commit is contained in:
parent
a25938f123
commit
00a190b0a6
6591 changed files with 94363 additions and 23227 deletions
|
|
@ -2,8 +2,6 @@ void main() {
|
|||
import std.stdio, std.string, std.algorithm;
|
||||
|
||||
auto parts = "here are Some sample strings to be sorted".split;
|
||||
|
||||
parts.multiSort!("a.length > b.length", "a.toUpper < b.toUpper");
|
||||
|
||||
parts.multiSort!(q{a.length > b.length}, q{a.toUpper < b.toUpper});
|
||||
parts.writeln;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue