On Monday, 2 April 2018 at 19:45:31 UTC, Steven Schveighoffer
wrote:
On 4/2/18 3:24 PM, Cym13 wrote:
[...]
Well, it's tough, because you can compose ranges in infinite
ways. All you need to generate the warning is some code like
this:
[...]
That makes sense, thanks.
On 4/2/18 3:24 PM, Cym13 wrote:
On Monday, 2 April 2018 at 18:33:25 UTC, Steven Schveighoffer wrote:
On 3/30/18 4:45 PM, Cym13 wrote:
On Friday, 30 March 2018 at 20:43:09 UTC, Cym13 wrote:
Hi, I've got the following code that takes a list of files as
argument and xor them together (demo exampl
On Monday, 2 April 2018 at 18:33:25 UTC, Steven Schveighoffer
wrote:
On 3/30/18 4:45 PM, Cym13 wrote:
On Friday, 30 March 2018 at 20:43:09 UTC, Cym13 wrote:
Hi, I've got the following code that takes a list of files as
argument and xor them together (demo example sufficient for
that discussion
On 3/30/18 4:45 PM, Cym13 wrote:
On Friday, 30 March 2018 at 20:43:09 UTC, Cym13 wrote:
Hi, I've got the following code that takes a list of files as argument
and xor them together (demo example sufficient for that discussion).
[...]
Forgot to mention but I'm also quite annoyed at the need f
On Friday, 30 March 2018 at 20:43:09 UTC, Cym13 wrote:
Hi, I've got the following code that takes a list of files as
argument and xor them together (demo example sufficient for
that discussion).
[...]
Forgot to mention but I'm also quite annoyed at the need for that
".array" because "transp
Hi, I've got the following code that takes a list of files as
argument and xor them together (demo example sufficient for that
discussion).
import std.stdio;
import std.array;
import std.range;
import std.algorithm;
auto rawContent(string path) {
return File(path).b