Thoughts?
I give up:
//----
RCI[] arr3 = [RCI(0), RCI(1)];
foreach(i; 0 .. 2)
assert(arr3[i] == i);
//----
This asserts '-_-
The worst part is that I can *see* in the constructor that the
refcounted store points to an memory location, and that that
memory location's value gets changed to 0...
