ubyte[] -> immutable(ubyte)[]

bearophile bearophileHUGS at lycos.com
Thu Sep 9 23:23:15 PDT 2010


Andrej Mitrovic:
>  I'm trying to use algorithm.copy, but I get back nothing in the copy buffer. How do I to copy an array of ubyte's?

a[] = b[];

Bye,
bearophile


More information about the Digitalmars-d-learn mailing list