Agustin Sat, 15 Mar 2014 15:27:17 -0700
Hello!, i would like to know if this is possible. auto asValue ?= (map["Key"] == new Value);
Instead of doing: if (("Key" in map) is null) map["Key"] = new Value auto asValue = map["Key"];