Changeset 489
- Timestamp:
- 11/18/07 19:46:57 (1 year ago)
- Files:
-
- candidate/phobos/std.ddoc (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
candidate/phobos/std.ddoc
r394 r489 112 112 <h2><a href="phobos.html#std" title="D standard modules">std</a></h2> 113 113 $(UL 114 $(LI <a href="std_algorithm.html" title="General-purpose algorithms">std.algorithm</a>) 114 115 $(LI <a href="std_base64.html" title="Encode/decode base64 format">std.base64</a>) 115 116 $(LI <a href="std_bind.html" title="Function argument binding">std.bind</a>) 116 117 $(LI <a href="std_bitarray.html" title="Arrays of bits">std.bitarray</a>) 118 $(LI <a href="std_bitmanip.html" title="Bit-level manipulation">std.bitmanip</a>) 117 119 $(LI <a href="std_boxer.html" title="Box/unbox types">std.boxer</a>) 118 120 $(LI <a href="std_compiler.html" title="Information about the D compiler implementation">std.compiler</a>) … … 133 135 $(LI <a href="std_metastrings.html" title="Metaprogramming with strings">std.metastrings</a>) 134 136 $(LI <a href="std_mmfile.html" title="Memory mapped files">std.mmfile</a>) 137 $(LI <a href="std_numeric.html" title="Numeric algorithms">std.numeric</a>) 135 138 $(LI <a href="std_openrj.html" title="Basic database">std.openrj</a>) 136 139 $(LI <a href="std_outbuffer.html" title="Assemble data into an array of bytes">std.outbuffer</a>) … … 151 154 $(LI <a href="std_thread.html" title="Thread operations">std.thread</a>) 152 155 $(LI <a href="std_traits.html" title="Type traits">std.traits</a>) 156 $(LI <a href="std_typecons.html" title="Type constructors">std.typecons</a>) 153 157 $(LI <a href="std_typetuple.html" title="Type tuples">std.typetuple</a>) 154 158 $(LI <a href="std_uni.html" title="Unicode classification">std.uni</a>)
