summaryrefslogtreecommitdiffstats
path: root/doc/classes/Array.xml
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add C# code examples to the docsHaSa10022020-09-261-13/+62
* Fix a typo in the Array class documentationHugo Locurcio2020-09-211-1/+1
* Improve documentation related to Array error handlingHugo Locurcio2020-09-091-5/+7
* Mention that Array.front/back throw error if emptyTomasz Chabora2020-08-121-2/+2
* Commit other files changed by file_format.shAaron Franke2020-07-131-4/+4
* Document the `in` operator in String, Array and Dictionary classesHugo Locurcio2020-06-121-2/+8
* Document that Dictionary is always passed as referenceHugo Locurcio2020-05-161-1/+1
* doc: Sync classref with current sourceRémi Verschelde2020-03-181-6/+6
* DocData: Fix serialization of Variant default valuesRémi Verschelde2020-03-091-4/+4
* doc: Mention concatenation using the `+` operator in ArrayHugo Locurcio2020-02-271-0/+6
* doc: Sync classref for Packed{Int,Float}{32,64}Array additionsRémi Verschelde2020-02-251-4/+22
* doc: Sync classref with apparent Variant return type changesRémi Verschelde2020-02-221-6/+30
* doc: Sync classref with current sourceRémi Verschelde2020-02-181-14/+14
* Merge pull request #35809 from clayjohn/DOCS-update-versionRémi Verschelde2020-02-011-1/+1
|\
| * Update docs to version 4.0clayjohn2020-01-311-1/+1
* | doc: Add an example for `Array.sort()`Hugo Locurcio2020-01-311-1/+6
|/
* doc: Drop unused 'category' property from headerRémi Verschelde2020-01-261-1/+1
* Remove unnecessary extra spaces before comments in code examples.Michael Alexsander2020-01-231-5/+5
* sort_custom description and example updatedcajallen2020-01-101-3/+4
* Be more specific about array return values.Ryan Roden-Corrent2019-12-221-4/+4
* Code format for true/false/null to make documentation consistentPouleyKetchoupp2019-11-021-1/+1
* doc: Sync classref with current sourceRémi Verschelde2019-09-241-15/+15
* Add array slice methodCameron Reikes2019-09-141-0/+15
* Proofread and improve the whole class referenceHugo Locurcio2019-06-271-6/+10
* updated description of Array.shuffle to properly describe that it uses the sa...hbina0852019-05-111-1/+1