Docs Clarify Array.fill behavior when reference type is passed in
This commit is contained in:
parent
eb0b5d38d1
commit
5f01413774
1 changed files with 1 additions and 0 deletions
|
@ -186,6 +186,7 @@
|
|||
array.resize(10)
|
||||
array.fill(0) # Initialize the 10 elements to 0.
|
||||
[/codeblock]
|
||||
[b]Note:[/b] If [code]value[/code] is of a reference type ([Object]-derived, [Array], [Dictionary], etc.) then the array is filled with the references to the same object, i.e. no duplicates are created.
|
||||
</description>
|
||||
</method>
|
||||
<method name="find">
|
||||
|
|
Loading…
Reference in a new issue