Structuresoto-core 7.5.0SotoSignerV4
Iterator
HexEncoding.swift:37@usableFromInline struct Iterator
@usableFromInline struct Iterator
import SotoSignerV4
@usableFromInline struct HexEncoding<Base> where Base : Sequence, Base.Element == UInt8
protocol Sequence<Element>
A type that provides sequential, iterated access to its elements.
@frozen struct UInt8
An 8-bit unsigned integer value type.
func makeIterator() -> Iterator
@usableFromInline typealias Element = UInt8
protocol IteratorProtocol<Element>
A type that supplies the values of a sequence one at a time.
mutating func next() -> UInt8?
@usableFromInline typealias Element = UInt8