summaryrefslogtreecommitdiffstats
path: root/doc/classes/Array.xml
Commit message (Expand)AuthorAgeFilesLines
...
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-53/+53
* Clarify `all` and `any` documentation for empty arraysDanil Alexeev2022-06-161-3/+7
* Add `any()` and `all()` methods to ArrayHugo Locurcio2022-05-251-0/+45
* Merge pull request #59910 from rcorre/array-remove-docRémi Verschelde2022-04-051-1/+1
|\
| * Clarify Array.erase for nonexistant element.Ryan Roden-Corrent2022-04-051-1/+1
* | Improve documentation for Array operatorsHugo Locurcio2022-03-301-8/+8
* | Add descriptions to operatorsKarmavil2022-03-271-0/+8
|/
* Remove generating of null comparison operators from documentationYuri Roubinsky2022-03-141-10/+0
* Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
* Clarify identical `hash()` return values due to collisionsHugo Locurcio2022-02-121-2/+2
* Merge pull request #56668 from akien-mga/array-slice-nicer-bound-checksRémi Verschelde2022-01-181-3/+4
|\
| * `Array`: Relax `slice` bound checks to properly handle negative indicesRémi Verschelde2022-01-101-3/+4
* | Give example of one-liner for Array natural sortLisandro Lorea2022-01-171-0/+6
|/
* PackedByteArray, Array slice end exclusive, rename subarray to sliceNathan Franke2021-11-261-1/+4
* Rename `remove()` to `remove_at()` when removing by indexLightning_A2021-11-231-2/+2
* Improve sort_custom() examplekobewi2021-11-121-8/+12
* Move the docs for constructors and operators out of methods sectionAaron Franke2021-10-291-81/+85
* doc: Fix style inconsistencies for `[b]Note:[/b]` paragraphsRémi Verschelde2021-10-051-1/+1
* Don't generate empty doc sections and reduce code duplicationAaron Franke2021-09-201-2/+0
* Allow comparing equality between builtin types and nullGeorge Marques2021-09-171-0/+10
* Fix docs for Array's slice()Max Hilbrunner2021-09-071-1/+1
* Specify description of Array.slices end parameterJohannes Witt2021-09-051-1/+1
* Fix Array class docs after #47406Max Hilbrunner2021-08-281-1/+1
* Add an `Array.pop_at()` method to pop an element at an arbitrary indexHugo Locurcio2021-08-271-0/+8
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-301-208/+104
* Fix doc typosNicholas Huelin2021-07-231-3/+3
* Merge pull request #47584 from HaSa1002/docs-lang-7Rémi Verschelde2021-06-111-2/+2
|\
| * Port code examples to C# (V)Johannes2021-06-111-4/+4
* | Improve sort_custom() descriptionkobewi2021-06-031-1/+1
* | Fix typos with codespellRémi Verschelde2021-05-201-2/+2
* | Improve docs for filter map and reducekobewi2021-05-071-7/+10
* | Add filter, map and reduce to ArrayTomasz Chabora2021-05-051-0/+53
* | Add fill method to Arrays and PackedArraysMatheus Lima Cunha2021-04-211-0/+21
* | Fix misformatted documentation from #47435, #42827, #46991Yuri Sizov2021-04-041-7/+7
|/
* Rename Array.invert() to Array.reverse()Marcel Admiraal2021-03-211-1/+1
* doc: Sync classref with current sourceRémi Verschelde2021-03-181-14/+14
* Fixes typo in Array::bsearch_custom docHaoyu Qiu2021-02-261-1/+1
* Change sort_custom/bsearch_custom to use Callableskobewi2021-02-041-9/+5
* Merge pull request #44624 from Calinou/doc-array-hashRémi Verschelde2021-01-261-1/+2
|\
| * Improve the `Array.hash()` documentationHugo Locurcio2020-12-231-1/+2
* | Document low performance of `Array.push_front()` and `Array.pop_front()`Hugo Locurcio2021-01-261-6/+14
* | doc: Sync classref with current sourceRémi Verschelde2021-01-041-8/+8
* | Rename empty() to is_empty()Marcel Admiraal2020-12-281-1/+1
|/
* Improve the Dictionary class documentationHugo Locurcio2020-11-141-1/+2
* Merge pull request #43437 from akien-mga/doc-operatorsRémi Verschelde2020-11-101-11/+75
|\
| * doc: Sync classref to add operators after #43419Rémi Verschelde2020-11-101-11/+75
* | Merge pull request #43398 from KoBeWi/add_an_array_to_another_array_but_with_...Rémi Verschelde2020-11-101-0/+16
|\ \ | |/ |/|
| * Add append_array() method to Array classTomasz Chabora2020-11-081-0/+16
* | Variant: Sync docs with new constructors, fixups after #43403Rémi Verschelde2020-11-091-14/+30
|/
* doc: Sync classref with current source + fixup some bindingsRémi Verschelde2020-11-041-3/+3