Elementary cellular automaton/Infinite length: Difference between revisions

Updated D entry
(=={{header|Racket}}== implementation added)
(Updated D entry)
Line 17:
=={{header|D}}==
{{trans|Python}}
<lang d>import std.stdio, std.array, std.range, std.typecons, std.string, std.conv;,
std.algorithm;
alias R = replicate;