Set class for D

Justin C Calvarese technocrat7 at gmail.com
Wed Apr 25 22:32:53 PDT 2007


Bill Baxter wrote:
> torhu wrote:
>> Bill Baxter wrote:
>>> There was some discussion a while back about a Set class.
>>> I think Tango has one, but unfortunately I'm not on Tango yet.
>>> Anyone have a link for a Phobos-compatible set class?
>>> I checked dsource and scrapple, and tried searching the NG, but "set" 
>>> gets a lot of bogus hits :-(.
>>>
>>> --bb
>>
>> Maybe you can check out Indigo's Set?  I haven't really looked closely 
>> at it myself, but it might be an option.  I just uploaded it to 
>> dsource yesterday.  It's based on Qt 4's QSet, but also mimicks the 
>> STL container interface.  The license is GPL.
>>
>> http://indigo.dsource.org/files/tools/set-d.html
>>
>> http://www.dsource.org/projects/indigo
> 
> Thanks.  I should have specified that I can't use GPL.
> 
> --bb

Is GPL Lessor a problem, too?

I looked a little deeper into the Set and Range template announced at: 
http://www.digitalmars.com/webnews/newsgroups.php?art_group=digitalmars.D.announce&article_id=4254

Ddoc documentation:
    http://peylow.no-ip.org/~peylow/set.html
Actual implementation:
    http://peylow.no-ip.org/~peylow/set.d

Since I realized that the links for Set and Range template had gone 
dead, so I've attached the source that I happened to have downloaded 
previously.

-- 
jcc7
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: set.d
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20070426/4c2f976e/attachment.ksh>


More information about the Digitalmars-d mailing list