summaryrefslogtreecommitdiffstats
path: root/doc/classes/Array.xml
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #70745 from rcorre/array_dup_docRémi Verschelde2023-01-101-1/+1
|\
| * Explain that Array.duplicate will not deep-copy Object.Ryan Roden-Corrent2022-12-301-1/+1
* | Warn against erasing array elements while iterating.Ryan Roden-Corrent2023-01-061-0/+2
|/
* Remove `Array.find_last()`Micky2022-11-251-7/+0
* Style: Misc docs and comment style and language fixesRémi Verschelde2022-11-021-4/+3
* Docs Clarify `Array.fill` behavior when reference type is passed inkleonc2022-10-301-0/+1
* Merge pull request #67444 from nonunknown/array_pick_randomMax Hilbrunner2022-10-211-0/+10
|\
| * add ability to pick random value from arrayNonunknown2022-10-201-0/+10
* | Merge pull request #67001 from KoBeWi/🎲Max Hilbrunner2022-10-191-0/+10
|\ \ | |/ |/|
| * Fill random docskobewi2022-10-071-0/+10
* | Document `Array.sort()` and `sort_custom()` using unstable sortingHugo Locurcio2022-10-081-1/+3
|/
* [GDExtension] Implement support for typed arrays.bruvzg2022-09-221-0/+54
* [doc] Fix grammar in class docs: less vs. fewer/lowerAndy Maloney2022-08-181-2/+2
* [doc] Use "param" instead of "code" to refer to parameters (8)Andy Maloney2022-08-121-19/+19
* 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