Toggle menu
Nitlanguage.org
Nitdoc
core
collection
array
Array
capacity
private
fun
capacity
:
Int
core
::
Array
::
capacity
Doc
Linearization
Summary
The size of
_items
.
The size of
_items
.
Summary
Property definitions
core$Array$capacity
Property definitions
core
$
Array
::
capacity
# The size of `_items`.
private
var
capacity
:
Int
=
0
lib/core/collection/array.nit:468,2--469,30