------------------------------------------------------------ revno: 401 committer: Jean-Vincent Loddo <lo...@lipn.univ-paris13.fr> branch nick: ocamlbricks timestamp: Mon 2014-07-21 22:49:30 +0200 message: Added some functions in ArrayExtra (similar to List.filter): val values_such_that : (int -> 'a -> bool) -> 'a array -> 'a list val indexes_such_that : (int -> 'a -> bool) -> 'a array -> int list val indexes_and_values_such_that : (int -> 'a -> bool) -> 'a array -> (int * 'a) list modified: EXTRA/arrayExtra.ml EXTRA/arrayExtra.mli
-- lp:ocamlbricks https://code.launchpad.net/~marionnet-drivers/ocamlbricks/trunk Your team marionnet-dev is subscribed to branch lp:ocamlbricks. To unsubscribe from this branch go to https://code.launchpad.net/~marionnet-drivers/ocamlbricks/trunk/+edit-subscription _______________________________________________ Mailing list: https://launchpad.net/~marionnet-dev Post to : marionnet-dev@lists.launchpad.net Unsubscribe : https://launchpad.net/~marionnet-dev More help : https://help.launchpad.net/ListHelp