data.html 696 B

123456789101112131415161718192021222324252627
  1. <html>
  2. <head>
  3. <title>data.html</title>
  4. <link rel="stylesheet" type="text/css" href="styles.css">
  5. <base target="desc">
  6. </head>
  7. <body>
  8. <h4>
  9. Data Types <small><a href="contents.html" target="index">[back]</a></small>
  10. </h4>
  11. <ul>
  12. <li><a href="data/arrays.html">arrays</a></li>
  13. <li><a href="data/lists.html">lists</a></li>
  14. <li><a href="data/sequences.html">sequences</a></li>
  15. <li><a href="data/tuples.html">tuples</a></li>
  16. </ul>
  17. <!--
  18. © Copyright Housemarque Oy 2002
  19. © Copyright Paul Mensonides 2002
  20. Distributed under the Boost Software License, Version 1.0.
  21. (See accompanying file LICENSE_1_0.txt or copy at
  22. http://www.boost.org/LICENSE_1_0.txt)
  23. -->
  24. </body>
  25. </html>