setIntersection of struct range
Steven Schveighoffer
schveiguy at yahoo.com
Wed Aug 12 08:28:38 PDT 2009
On Wed, 12 Aug 2009 11:25:10 -0400, Steven Schveighoffer
<schveiguy at yahoo.com> wrote:
>
> I think it's expecting dynamc arrays, not static ones. Auto is making
> them static.
BTW, this probably should not be true, I would guess that static arrays
should be intersectable, of course the return type would have to be a
dynamic array. When will static arrays be first class? *sigh*
-Steve
More information about the Digitalmars-d-learn
mailing list