From: Peter J. <pe...@jo...> - 2005-11-24 13:31:10
|
Richard Jones wrote: > Does anyone have any opinions on whether we should have ExtArray, > analogous to ExtList and ExtString? As an ExtLib user I would find such a module very convenient. While I generally use DynArray when I have the liberty to choose my own data structure, existing libraries - including parts of the OCaml standard library - force the use of the built-in arrays in many cases. I'm sure I can't be the only person who's got quick-and-dirty implementations of Array.mem, Array.filter, Array.find, and Array.enum embedded in various projects. |