Website message overhaul, pass 2

Andrei Alexandrescu SeeWebsiteForEmail at erdani.org
Tue Nov 22 10:22:41 PST 2011


On 11/22/11 11:16 AM, Brad Anderson wrote:
> Solid improvements.
>
> In the first example shouldn't:
>      auto x = min(arr[0], table["two"]);
> be:
>      auto x = min(arr[0], dictionary["two"]);

Fixed. Also added [your code here] at the end of the top example. Try it!

Andrei


More information about the Digitalmars-d mailing list