Go to file
Raphaël JAKSE 6427b9fd16 use Phobos tuple (thanks Dejan Lekic for the idea) 2014-01-03 02:19:10 +01:00
README add a small readme 2014-01-02 00:24:20 +01:00
example.d example of cross 2014-01-03 02:18:23 +01:00
set.d use Phobos tuple (thanks Dejan Lekic for the idea) 2014-01-03 02:19:10 +01:00

README

This is a small library to handle sets in the D programming language.

see example.d for an exemple of usage.
to compile example.d with gdc, simply type:

 gdc example.d -o example