Solve a Hopido puzzle: Difference between revisions

m
Simpler D entry
(+ D)
m (Simpler D entry)
Line 210:
 
grid = flatPuzzle
.representation
.map!(ic => ic == InputCell.available ? unknownCell : unavailableCell)
.array;