Skip to content

BidirectionalModifiableIterable

Parameters

[*DType] 

the abstract parameterized type that bidirectional modifiable iterables could nominally inherit from either directly or indirectly.

graph BT
N1["BidirectionalModifiableIterable[*DType]"] -->|inherits| N2["ModifiableIterable[DType]"];
N1["BidirectionalModifiableIterable[*DType]"] -->|inherits| N3["BidirectionalIterable[DType]"];

Characteristics

Quality Value
Inherits ModifiableIterable[DType], BidirectionalIterable[DType]
Extends N/A
Decorators N/A
Is enum false
Is sealed false
Is extern false

Methods

construct

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

get_iterator

get_iterator (s Self) -> nom BidirectionalModifiableIterator[DType]
abstract