dranges.set

A simple set module.

License:
Boost License 1.0.

Authors:
Philippe Sigaud

Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

struct Set (T);


this(T t);


void put (T t);


void put (T[] tarr);


bool opIn_r (T t);


size_t length ();


void remove (T t);


string toString ();


T[] array ();


Set!(T) fusion (T)(Set!(T) s1, Set!(T) s2);
merge two sets together

Page was generated with on Fri Nov 12 11:55:12 2010