Toggle menu
Nitlanguage.org
Nitdoc
more_collections
more_collections
UnrolledNode
length
private
fun
length
:
Int
more_collections
::
UnrolledNode
::
length
Doc
Linearization
Summary
Property definitions
more_collections::more_collections$UnrolledNode$length
Property definitions
more_collections
$
UnrolledNode
::
length
fun
length
:
Int
do
return
tail_index
-
head_index
lib/more_collections/more_collections.nit:628,2--50