| Anonymous | Login | Signup for a new account | 2013-05-23 23:24 CEST | ![]() |
| Main | My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||||
| 0003877 | OCaml | OCaml general | public | 2005-11-19 19:43 | 2005-11-22 13:00 | ||||||
| Reporter | anonymous | ||||||||||
| Assigned To | |||||||||||
| Priority | normal | Severity | feature | Reproducibility | always | ||||||
| Status | acknowledged | Resolution | open | ||||||||
| Platform | OS | OS Version | |||||||||
| Product Version | |||||||||||
| Target Version | Fixed in Version | ||||||||||
| Summary | 0003877: feature-wish: Hashtbl.keys | ||||||||||
| Description | a keys-function, that gives back all keys of a Hashtbl. | ||||||||||
| Tags | No tags attached. | ||||||||||
| Attached Files | |||||||||||
Notes |
|
|
(0003374) anonymous (viewer) 2005-11-20 13:56 |
I doubt internal representation will allow anything more efficient than let hashtbl_keys h = Hashtbl.fold (fun k v acc -> k :: acc) h [] on client's side... |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2005-11-19 19:43 | anonymous | New Issue | |
| 2005-11-20 13:56 | anonymous | Note Added: 0003374 | |
| 2005-11-22 13:00 | doligez | Status | new => acknowledged |
| Copyright © 2000 - 2011 MantisBT Group |