1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
<HTML>
<HEAD>
<!-- refpage -->
<TITLE>ordsets</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<CENTER>
<A HREF="http://www.erlang.se"><IMG BORDER=0 ALT="[Erlang Systems]" SRC="min_head.gif"></A>
<H1>ordsets</H1>
</CENTER>
<H3>MODULE</H3>
<UL>
ordsets</UL>
<H3>MODULE SUMMARY</H3>
<UL>
Functions for Manipulating Sets as Ordered Lists
</UL>
<H3>DESCRIPTION</H3>
<UL>
<P>Sets are collections of elements with no duplicate elements.
An <CODE>ordset</CODE> is a representation of a set, where an ordered
list is used to store the elements of the set. An ordered list
is more efficient than an unordered list.
<P>This module provides exactly the same interface as the module
<CODE>sets</CODE> but with a defined representation.
</UL>
<H3>AUTHORS</H3>
<UL>
Robert Virding - support@erlang.ericsson.se<BR>
</UL>
<CENTER>
<HR>
<FONT SIZE=-1>stdlib 1.10<BR>
Copyright © 1991-2001
<A HREF="http://www.erlang.se">Ericsson Utvecklings AB</A><BR>
<!--#include virtual="/ssi/otp_footer.html"-->
</FONT>
</CENTER>
</BODY>
</HTML>
|