Initializerswift-hash 0.7.1InlineBuffer
init(_:)
Parses a string of hexadecimal digits into an inline buffer. Returns nil if the input string does not contain exactly MemoryLayout<Storage>.size * 2
ASCII hex digits. The input string must not begin with 0x
, or contain any non-digit characters at all.
init?<String>(_ description: String) where String : StringProtocol