From: Richard J. <ri...@an...> - 2005-11-24 13:11:54
|
Does anyone have any opinions on whether we should have ExtArray, analogous to ExtList and ExtString? Particular functions which are missing from standard Array but which would be useful are: Array.for_all Array.exists Array.mem Array.memq Array.find Array.filter Array.find_all Array.partition Array.assoc etc. Array.sort Now you can argue that I'm using the wrong data structure and I should be using a list, but I have my reasons for using an array and having to convert it to a list just to do a quick "for_all" seems a bit silly. Rich. -- Richard Jones, CTO Merjis Ltd. Merjis - web marketing and technology - http://merjis.com Team Notepad - intranets and extranets for business - http://team-notepad.com |