On Monday, 30 May 2022 at 06:47:24 UTC, Siarhei Siamashka wrote: > Consider the following example: > > ```D > import std.algorithm, std.range, std.stdio; > > [...] Also it's worth noting you can actually make some of these range patterns nogc via using zip(repeat(closureVar), blah).map