Re: toLower

2023-08-17 Thread Joel via Digitalmars-d-learn
On Thursday, 17 August 2023 at 14:14:00 UTC, bachmeier wrote: On Thursday, 17 August 2023 at 09:28:05 UTC, Joel wrote: I get an compile time error with sort after using toLower, putting in array before sort, didn’t work: ```d void main() { Import std; "EzraTezla"

Re: toLower

2023-08-17 Thread bachmeier via Digitalmars-d-learn
On Thursday, 17 August 2023 at 09:28:05 UTC, Joel wrote: I get an compile time error with sort after using toLower, putting in array before sort, didn’t work: ```d void main() { Import std; "EzraTezla" .to!(char[]) .byCodeUnit .map!(

Re: toLower

2023-08-17 Thread Joel via Digitalmars-d-learn
On Wednesday, 16 August 2023 at 05:40:09 UTC, FeepingCreature wrote: On Tuesday, 15 August 2023 at 20:09:28 UTC, Joel wrote: On Tuesday, 15 August 2023 at 16:54:49 UTC, FeepingCreature wrote: But does *not* import `std.ascii`! So there's no ambiguity inside the `sort` string expression between