init(_ ascii: ASCII)
s6Base16AAO6ValuesVyADy_xGxcfc
3SM02
import Base16
struct Values<ASCII> where ASCII : Sequence, ASCII.Element == UInt8
An abstraction over text input, which discards characters that are not valid base-16 digits.
enum Base16
A namespace for base-16 utilities.
var iterator: ASCII.Iterator