Instance Method
decode(_:)
func decode<C>(_ encoded: C) -> [UInt8]? where C : RandomAccessCollection, C.Element == UInt8, C.Index == Int
Instance Method
func decode<C>(_ encoded: C) -> [UInt8]? where C : RandomAccessCollection, C.Element == UInt8, C.Index == Int