bearophile Wrote:

> 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

No, that wouldn't work. It complains about conversion from mutable to 
immutable. idup works fine though.

Reply via email to