https://issues.dlang.org/show_bug.cgi?id=22916
--- Comment #4 from Dennis <[email protected]> --- (In reply to Walter Bright from comment #2) > I think the basic problem here is the code is trying to make scope > transitive, and it just doesn't work. No, my array struct works exactly like a dynamic array. It does not try to have scope pointers as array elements. --
