[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
7.5.34 SRFI-69 - Basic hash tables
This is a portable wrapper around Guile’s built-in hash table and weak table support. See section Hash Tables, for information on that built-in support. Above that, this hash-table interface provides association of equality and hash functions with tables at creation time, so variants of each function are not required, as well as a procedure that takes care of most uses for Guile hash table handles, which this SRFI does not provide as such.
Access it with:
(use-modules (srfi srfi-69))
7.5.34.1 Creating hash tables | ||
7.5.34.2 Accessing table items | ||
7.5.34.3 Table properties | ||
7.5.34.4 Hash table algorithms |
This document was generated on April 20, 2013 using texi2html 5.0.