Initializer
init(bytes:)
Creates a lowercase hex-encoded string from bytes, backed by the hexString property on DataProtocol.
- iOS 13.0+
- macCatalyst 13.0+
- macOS 10.15+
- tvOS 13.0+
- visionOS 1.0+
- watchOS 6.0+
init<T>(bytes: T) where T : DataProtocol
Parameters
-
bytes
-
The bytes to encode as a hexadecimal string.