Changeset 489

Show
Ignore:
Timestamp:
11/18/07 19:46:57 (1 year ago)
Author:
andrei
Message:

Added modules std.bitmanip, std.numeric, std.typecons

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • candidate/phobos/std.ddoc

    r394 r489  
    112112    <h2><a href="phobos.html#std" title="D standard modules">std</a></h2> 
    113113    $(UL 
     114    $(LI <a href="std_algorithm.html" title="General-purpose algorithms">std.algorithm</a>) 
    114115    $(LI <a href="std_base64.html" title="Encode/decode base64 format">std.base64</a>) 
    115116    $(LI <a href="std_bind.html" title="Function argument binding">std.bind</a>) 
    116117    $(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>) 
    117119    $(LI <a href="std_boxer.html" title="Box/unbox types">std.boxer</a>) 
    118120    $(LI <a href="std_compiler.html" title="Information about the D compiler implementation">std.compiler</a>) 
     
    133135    $(LI <a href="std_metastrings.html" title="Metaprogramming with strings">std.metastrings</a>) 
    134136    $(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>) 
    135138    $(LI <a href="std_openrj.html" title="Basic database">std.openrj</a>) 
    136139    $(LI <a href="std_outbuffer.html" title="Assemble data into an array of bytes">std.outbuffer</a>) 
     
    151154    $(LI <a href="std_thread.html" title="Thread operations">std.thread</a>) 
    152155    $(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>) 
    153157    $(LI <a href="std_typetuple.html" title="Type tuples">std.typetuple</a>) 
    154158    $(LI <a href="std_uni.html" title="Unicode classification">std.uni</a>)