encode(_:with:)

Encodes a sequence of bytes to a base-16 string with the specified lettercasing.

Base16.swift:54
static func encode<Digits>(_ bytes: some Sequence<UInt8>, with _: Digits.Type) -> String where Digits : BaseDigits