Skip to content

NonDestructiveDynamicArrayIterator

Parameters

[T] 
graph BT
N1["NonDestructiveDynamicArrayIterator[T]"] -->|inherits| N2["Iterator[T]"];

Characteristics

Quality Value
Inherits Iterator[T]
Extends N/A
Decorators #Gambol.layout.c;
Is enum false
Is sealed false
Is extern false

Methods

construct

#default
#Gambol.function.alwaysinline
construct (s Self) -> Self

next

#Gambol.function.alwaysinline
#strict
next (s Self) -> @T

has_next

#Gambol.function.alwaysinline
#strict
has_next (s Self) -> Bool

Binary Operators

=

#default
= (s Self, o Self) -> Self

Properties

__array_ptr

__array_ptr PointerToVariable[NonDestructiveDynamicArray[T]]

__index

__index Len