diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2016-04-25 22:42:04 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2016-04-25 22:42:04 -0700 |
commit | 54f2eb6a29210048555637cac74f7fa409a8ae59 (patch) | |
tree | 865116f7e5c0636f1d9bdf2d1475268d183d9522 | |
parent | d350348120aafc6b6a6895a090f9b856b3a6a2b0 (diff) | |
download | mu-54f2eb6a29210048555637cac74f7fa409a8ae59.tar.gz |
2868
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html index 36050d5d..a1b158d3 100644 --- a/index.html +++ b/index.html @@ -100,7 +100,7 @@ return arbitrary numbers of values to their callers. operations to help with testing and debugging. <p/><a href='html/030container.cc.html'>030container.cc</a>: Mu supports -compound types called<em>containers</em> akin to records, structs or classes. +compound types called <em>containers</em> akin to records, structs or classes. <br/><a href='html/031array.cc.html'>031array.cc</a>: all Mu data structures are bounds-checked. <br/><a href='html/032exclusive_container.cc.html'>032exclusive_container.cc</a>: |