InputIterator
Parameters
[Input]
graph BT
N1["InputIterator[Input]"] -->|inherits| N2["Iterator[String]"];
Characteristics
Quality | Value |
---|---|
Inherits | Iterator[String] |
Extends | N/A |
Decorators | #sealed; |
Is enum | false |
Is sealed | true |
Is extern | false |
Methods
construct
construct (s Self, inp Input = Input()) -> Self
next
#strict
next (s Self) -> @String
has_next
#strict
has_next (s Self) -> Bool
Properties
inp
inp Input