[your code here]

c-v-i via Digitalmars-d digitalmars-d at puremagic.com
Fri Sep 16 03:41:11 PDT 2016


On Friday, 16 September 2016 at 08:40:08 UTC, alam wrote:
> give me code

void main()
{
     foreach(ref const shared shared(immutable(int)) i;
         [shared const shared(immutable(int))(0),
         shared const shared(immutable(int))(1)]){}
}


More information about the Digitalmars-d mailing list