Le 28/01/11 19:57, biozic a écrit :
unittest { Variant[] va; ubyte u = 0; va ~= u; // Error: cannot append type ubyte to type VariantN!(maxSize)[] }
Hmm... I'm silly, forget this one :) va ~= Variant(u), of course.
Le 28/01/11 19:57, biozic a écrit :
unittest { Variant[] va; ubyte u = 0; va ~= u; // Error: cannot append type ubyte to type VariantN!(maxSize)[] }
Hmm... I'm silly, forget this one :) va ~= Variant(u), of course.