ListBidirectionalIterator
Parameters
graph BT
N1["ListBidirectionalIterator[List; dir]"] -->|inherits| N2["BidirectionalIterator[List.DType]"];
Characteristics
Quality |
Value |
Inherits |
BidirectionalIterator[List.DType] |
Extends |
N/A |
Decorators |
#sealed; |
Is enum |
false |
Is sealed |
true |
Is extern |
false |
Methods
construct
construct (s Self, list List = List()) -> Self
next
#Gambol.function.alwaysinline
#strict
next (s Self) -> @List.DType
prev
#Gambol.function.alwaysinline
#strict
prev (s Self) -> @List.DType
has_next
#Gambol.function.alwaysinline
#strict
has_next (s Self) -> Bool
has_prev
#Gambol.function.alwaysinline
#strict
has_prev (s Self) -> Bool
Properties
current_index
list