Expose clear method for packed arrays
This commit is contained in:
parent
94a8065ae4
commit
9c4ad8191b
10 changed files with 63 additions and 0 deletions
|
|
@ -55,6 +55,12 @@
|
|||
[b]Note:[/b] Calling [method bsearch] on an unsorted array results in unexpected behavior.
|
||||
</description>
|
||||
</method>
|
||||
<method name="clear">
|
||||
<return type="void" />
|
||||
<description>
|
||||
Clears the array. This is equivalent to using [method resize] with a size of [code]0[/code].
|
||||
</description>
|
||||
</method>
|
||||
<method name="count" qualifiers="const">
|
||||
<return type="int" />
|
||||
<param index="0" name="value" type="int" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue