www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Appending to Shared Arrays

Hello,

I have a shared array that I'm trying to append data to, but the 
compiler keeps telling me that I can't convert to a shared(Fiber) from a 
regular or const Fiber.

What is the correct way to do this?

Casey
Mar 03 2010