ref semantics with hashes

Andrej Mitrovic andrej.mitrovich at gmail.com
Wed May 2 15:39:41 PDT 2012


On 5/3/12, Andrej Mitrovic <andrej.mitrovich at gmail.com> wrote:
> import std.stdio;
>
> struct Foo
> {
>    int[] hash;
> }

Sorry that should have been int[int] there.


More information about the Digitalmars-d-learn mailing list