Skip to content

IterableAT

the Archetype that every iterable must nominally directly or indirectly inherit from.

graph BT
N1["IterableAT"] -->|inherits| N2["Any"];

Characteristics

Quality Value
Inherits global.Any
Extends N/A
Decorators N/A
Is enum false
Is sealed false
Is extern false
Is abstract true
Is generator false
Has value semantics false
Has stored properties false
Should register destructor false
Has atomic memory true
Is copy assignable false
Is zero initializable true

Methods

construct

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

get_iterator

get_iterator (s @Self) -> nom IteratorAT
abstract