On Wednesday, 18 February 2015 at 00:21:11 UTC, Matt Kline wrote:
if (value) {
should of course be if (!value) { Sorry for the typo.
Matt Kline via Digitalmars-d-learn Tue, 17 Feb 2015 16:26:31 -0800
On Wednesday, 18 February 2015 at 00:21:11 UTC, Matt Kline wrote:
if (value) {
should of course be if (!value) { Sorry for the typo.