Skip to content

StringIterator

Parameters

[dir = 1] 
graph BT
N1["StringIterator[dir]"] -->|inherits| N2["BidirectionalIterator[String.DType]"];

Characteristics

Quality Value
Inherits BidirectionalIterator[String.DType]
Extends N/A
Decorators #sealed;
Is enum false
Is sealed true
Is extern false

Methods

construct

construct (s Self, string String = ``) -> Self

next

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

prev

#Gambol.function.alwaysinline
#strict
prev (s Self) -> @String.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

current_index Len

string

string String