Data-structures.xhtml 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops" xmlns:m="http://www.w3.org/1998/Math/MathML" xmlns:pls="http://www.w3.org/2005/01/pronunciation-lexicon" xmlns:ssml="http://www.w3.org/2001/10/synthesis" xmlns:svg="http://www.w3.org/2000/svg">
  3. <head>
  4. <title>Data structures</title>
  5. <link rel="stylesheet" type="text/css" href="docbook-epub.css"/>
  6. <link rel="stylesheet" type="text/css" href="kawa.css"/>
  7. <script src="kawa-ebook.js" type="text/javascript"/>
  8. <meta name="generator" content="DocBook XSL-NS Stylesheets V1.79.1"/>
  9. <link rel="prev" href="Regular-expressions.xhtml" title="Regular expressions"/>
  10. <link rel="next" href="Sequences.xhtml" title="Sequences"/>
  11. </head>
  12. <body>
  13. <header/>
  14. <section class="chapter" title="Data structures" epub:type="chapter" id="Data-structures">
  15. <div class="titlepage">
  16. <div>
  17. <div>
  18. <h2 class="title">Data structures</h2>
  19. </div>
  20. </div>
  21. </div>
  22. </section>
  23. <footer>
  24. <div class="navfooter">
  25. <ul>
  26. <li>
  27. <b class="toc">
  28. <a href="Sequences.xhtml">Sequences</a>
  29. </b>
  30. </li>
  31. <li>
  32. <b class="toc">
  33. <a href="Lists.xhtml">Lists</a>
  34. </b>
  35. </li>
  36. <li>
  37. <b class="toc">
  38. <a href="Vectors.xhtml">Vectors</a>
  39. </b>
  40. </li>
  41. <li>
  42. <b class="toc">
  43. <a href="Uniform-vectors.xhtml">Uniform vectors</a>
  44. </b>
  45. </li>
  46. <li>
  47. <b class="toc">
  48. <a href="Bytevectors.xhtml">Bytevectors</a>
  49. </b>
  50. </li>
  51. <li>
  52. <b class="toc">
  53. <a href="Ranges.xhtml">Ranges</a>
  54. </b>
  55. </li>
  56. <li>
  57. <b class="toc">
  58. <a href="Streams.xhtml">Streams - lazy lists</a>
  59. </b>
  60. </li>
  61. <li>
  62. <b class="toc">
  63. <a href="Arrays.xhtml">Multi-dimensional Arrays</a>
  64. </b>
  65. </li>
  66. <li>
  67. <b class="toc">
  68. <a href="Hash-tables.xhtml">Hash tables</a>
  69. </b>
  70. </li>
  71. </ul>
  72. <p>
  73. Up: <a accesskey="u" href="pt01.xhtml">Part . Reference Documentation</a></p>
  74. <p>
  75. Previous: <a accesskey="p" href="Characters-and-text.xhtml">Characters and text</a></p>
  76. <p>
  77. Next: <a accesskey="n" href="Eval-and-Environments.xhtml">Eval and Environments</a></p>
  78. </div>
  79. </footer>
  80. </body>
  81. </html>