Mimicking C++'s indexing behavior in D associative arrays

Matt Kline via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Feb 17 16:24:05 PST 2015


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.


More information about the Digitalmars-d-learn mailing list