summaryrefslogtreecommitdiff
path: root/stdlib/array.mli
Commit message (Expand)AuthorAgeFilesLines
* Add `find_mapi` and `find_index` to `List`, `Seq`, `Array` and `Float.Array`....Sima Kinsart2023-01-131-0/+16
* Add Array.mapi_inplace, Float.Array.map_inplace, Float.Array.mapi_inplace (#1...zapashcanon2023-01-031-0/+5
* rename the type of the accumulator of fold functions to 'accValentin Gatien-Baron2023-01-021-3/+3
* add Array.map_inplace (#11836)zapashcanon2022-12-231-0/+5
* stdlib documentation: arrays and concurrency safetyFlorian Angeletti2022-12-011-0/+72
* Remove .0 from all @since, @before and @afterDavid Allsopp2022-10-311-13/+13
* Promise that Array.init calls f in orderJohn Whitington2022-09-031-1/+1
* Remove deprecated functions (#10867)Nicolás Ojeda Bär2022-01-121-14/+0
* stdlib: add Array.fold_left_map (#9961)Craig Ferguson2021-06-031-0/+6
* iterator -> sequenceJohn Whitington2021-01-211-2/+2
* Remove duplicate Iterators sections, unify elsewhereJohn Whitington2021-01-121-1/+1
* Add Array.{find_opt,find_map,split,combine} (#9582)Nicolás Ojeda Bär2020-11-281-0/+25
* Move the examples of labeled functions to StdLabels (#9976)Xavier Leroy2020-10-151-10/+3
* Fix two little errorsJohn Whitington2020-09-111-3/+3
* Rename tools/unlabel --> tools/sync_stdlib_docsJohn Whitington2020-09-101-2/+2
* Fix comment regarding NaN in Array.sortJohn Whitington2020-09-101-3/+2
* remove double @sincesJohn Whitington2020-08-031-4/+2
* Fix deprecationsJohn Whitington2020-08-031-3/+5
* Labeled and unlabeled @sinces automaticallyJohn Whitington2020-07-301-9/+15
* Restore docstring variable bracketsJohn Whitington2020-07-271-1/+1
* Replacing {!X.y} in doc comments with {!y}John Whitington2020-07-271-13/+13
* Fixes per travis check-typo and travis changesJohn Whitington2020-07-081-3/+8
* Unify labeled and unlabeled Standard Library modulesJohn Whitington2020-07-071-75/+94
* Consistently use @raise tags in Stdlib docs (#8644)Et7f32020-06-301-24/+14
* Add Array.for_all2 and Array.exists2 (#9235)Jeremy Yallop2020-01-131-0/+10
* add Stdlib.Float.Array (#1936)Damien Doligez2018-12-031-16/+22
* Stdlib doc: harmonize heading levels again. (#2142)Daniel Bünzli2018-11-081-1/+1
* Add paths for built-in types (#1876)yallop2018-11-081-0/+3
* Deprecate Pervasives (#1605)Jérémie Dimino2018-08-271-1/+1
* Stdlib functional iterators (#1002)Simon Cruanes2018-03-161-0/+17
* PR#7363: start documentation headers at {1octachron2017-10-041-5/+5
* add -no-flat-float-array configure optionDamien Doligez2017-09-151-0/+10
* Add cross-reference detected by ocamldococtachron2017-02-011-2/+2
* add missings since 4.03.0 tags in stdlib.Grégoire Lionnet2016-05-211-6/+12
* Update headers for the new license.Damien Doligez2016-02-181-12/+14
* slightly improved wording in array.mlichrismamo12016-02-101-1/+1
* organized the documentation in array.mli so that it now more closely resemble...chrismamo12016-02-101-27/+40
* corrected a typo in the interface for Array.iter2chrismamo12016-02-101-1/+1
* added an Array.iter2 function to the standard library in order to bring the A...chrismamo12016-02-101-1/+6
* added an Array.map2 function to the standard library in order to bring the Ar...chrismamo12016-02-101-0/+6
* Removed for_all2, exists2 and find again.Bernhard Schommer2015-12-041-16/+0
* Fixed typos and changed exists2 and for_all2.Bernhard Schommer2015-12-041-2/+2
* Added exists2, for_all2, mem, memq and find.Bernhard Schommer2015-12-041-0/+23
* Add exist and for_all to array.Bernhard Schommer2015-12-041-0/+11
* add create_float_array and deprecate make_float_arrayDamien Doligez2015-09-071-3/+7
* Add @since tags on stdlib functions new in 4.02Gabriel Scherer2014-12-191-1/+2
* merge branch 4.02 from release 4.02.0 to release 4.02.1Damien Doligez2014-10-151-2/+2
* merge changes from branch 4.02 from branching (rev 14852) to 4.02.0+rc1 (rev ...Damien Doligez2014-08-221-0/+2
* #6180: efficient creation of uninitialized float arrays.Alain Frisch2013-09-171-0/+3
* remove all $Id keywordsDamien Doligez2012-10-151-2/+0