Browse thread
Getting an element of a hashtable: simple ... or is it?
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Chris Kauffman <kauffman@c...> |
| Subject: | Re: [Caml-list] Getting an element of a hashtable: simple ... or is it? |
I'm curious what sort of scenario calls for retrieving any single element of a hash table (which is potentially empty?). It seems most of the cases I deal with involve simply storing or iterating over all the elements. Cheers, Chris