@usableFromInline typealias Element = UInt8
s12SotoSignerV411HexEncodingV7Elementa
759RO
where Base:Sequence, Base.Element == UInt8
import SotoSignerV4
@usableFromInline struct HexEncoding<Base> where Base : Sequence, Base.Element == UInt8
@frozen struct UInt8
An 8-bit unsigned integer value type.
protocol Sequence<Element>
A type that provides sequential, iterated access to its elements.
func makeIterator() -> Iterator
@usableFromInline struct Iterator