summaryrefslogtreecommitdiffstats
path: root/doc/classes/Array.xml
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #28125 from KoBeWi/code_true_codeRémi Verschelde2019-04-221-3/+3
|\
| * Consistently wrap booleans in [code]Tomasz Chabora2019-04-171-3/+3
* | doc: Drop unused <demos> tagRémi Verschelde2019-04-191-2/+0
|/
* doc: Bump version to 3.2Rémi Verschelde2019-04-011-1/+1
* [DOCS] Minor classref updates.Chris Bradfield2019-02-241-32/+32
* doc: Fix formatting in code blocksRémi Verschelde2018-12-141-4/+4
* [Docs] Remove double-spaces from descriptions, as well a couple other small f...LikeLakers22018-09-231-2/+2
* Fix mistake in Array.xmlVirtualBox2018-09-101-1/+1
* DocData: Fix return type listed as "var" instead of "Variant"Rémi Verschelde2018-08-311-18/+18
* doc: Sync classref with current sourceRémi Verschelde2018-08-291-1/+15
* Small doc formating changes and Linux cursor theme noteMichael Alexsander Silva Dias2018-08-051-1/+2
* Doc: Add example for array indexingRémi Verschelde2018-07-171-1/+10