Instance Subscriptsoto-core 7.5.0SotoSignerV4
subscript(_:)
HexEncoding.swift:125subscript(position: Index) -> UInt8 { get }
subscript(position: Index) -> UInt8 { get }
s12SotoSignerV411HexEncodingVAASlRzrlEys5UInt8VAcASlRzrlE5IndexVyx_Gcip
What are these?68K7G
where Base:Collection, Base.Element == UInt8
import SotoSignerV4
@usableFromInline struct HexEncoding<Base> where Base : Sequence, Base.Element == UInt8
@usableFromInline struct Index
@frozen struct UInt8
An 8-bit unsigned integer value type.
protocol Collection<Element> : Sequence
A sequence whose elements can be traversed multiple times, nondestructively, and accessed by an indexed subscript.
var endIndex: Index { get }
var startIndex: Index { get }
func index(after i: Index) -> Index